Re: A better find subroutine
- From: "Paul Lalli" <mritty@xxxxxxxxx>
- Date: 5 Jun 2006 08:54:46 -0700
mac8500 wrote:
Thanks for the help guys .. yes i do realize that i'ts not the best way
to do this and frankly thats why i'm posting in perl begginers :)
I'm absolutly clueless for modules ... i've looked at a few but didn't
grasp the logic behind them ... i need like a perl modules for dummys
... yeah that would help.
Or anything documents, books, websites you could recommend.
In general, I recommend just reading that module's documentation. For
standard modules (like File::Find that I recommended), just go to your
command prompt and type:
perldoc File::Find
For CPAN modules (like IO::All that David recommended), go to
http://search.cpan.org and search for that module. Note that you will
have to install any CPAN modules before you can use them. Frequently,
this is as simple as going to your command prompt and typing:
cpan IO::All
but be sure to read some faqs and documentation on installing modules
for special cases, such as:
perldoc perlmodinstall
perldoc -q lib
If you have any questions about the usage of various modules, (after
you have read that module's documentation) feel free to post here, or
in comp.lang.perl.modules
Paul Lalli
.
- References:
- A better find subroutine
- From: mac8500
- Re: A better find subroutine
- From: Paul Lalli
- Re: A better find subroutine
- From: usenet
- Re: A better find subroutine
- From: mac8500
- A better find subroutine
- Prev by Date: Re: why i can't install Tk on Linux?
- Next by Date: using 'last' in loop
- Previous by thread: Re: A better find subroutine
- Next by thread: Re: A better find subroutine
- Index(es):
Relevant Pages
|
Loading