Installing and Using Perl Modules

2004-03-25 Thread urvashi mishra
Hi, I am looking forward to learn how to use Perl Modules... Can some one tell me.. 1) How to Install CPAm modules? and 2) how to use them? Waiting for a quick reply - Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time.

Re: Installing and Using Perl Modules

2004-03-25 Thread Randy W. Sims
urvashi mishra wrote: Hi, I am looking forward to learn how to use Perl Modules... Can some one tell me.. 1) How to Install CPAm modules? and 2) how to use them? Waiting for a quick reply What OS are you using? If it's a Windows variant, you will do best using ppm to install

Re: Installing and Using Perl Modules

2004-03-25 Thread Hacksaw
using cpan: invoke cpan, either by running perl -MCPAN -e shell; or, if it's set up, just cpan You will get a prompt. If you are trying to find a particular module, but you aren't sure of the whole name, you can search for it as so: cpan i /someModuleName/ It will look it up, and spit