Home > Archive > PERL Beginners > September 2006 > perl question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Elite Elite 2006-09-27, 6:59 pm |
|
Does anyone know what tools come with perl 5.8.8?
________________________________________
__________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
| |
| DJ Stunks 2006-09-27, 6:59 pm |
|
Elite Elite wrote:
> Does anyone know what tools come with perl 5.8.8?
mine came with a hacksaw, but I think it was a limited time offer.
-jp
| |
| usenet@DavidFilmer.com 2006-09-27, 6:59 pm |
| Elite Elite wrote:
> Does anyone know what tools come with perl 5.8.8?
Do you mean which core modules? One way to find out is:
perl -MModule::CoreList -e
'print map "$_\n", Module::CoreList->find_modules();'
(you need to install Module::CoreList from CPAN)
Do you mean which utilities?
perldoc perlutil
--
The best way to get a good answer is to ask a good question.
David Filmer (http://DavidFilmer.com)
|
|
|
|
|