Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messageElite 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
Post Follow-up to this messageElite 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)
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.