Re: Using Perl Modules

2005-10-11 Thread Jeff 'japhy' Pinyan
On Oct 11, Madhur Kashyap said: Is there a way possible by which I can use a perl module without installing it on the system? Some sort of equivalent for #include "/home/madhurk/myClass.h" which exists in C/C++ I take it you mean, "how can I tell Perl to look in a certain place for a module?"

Using Perl Modules

2005-10-11 Thread Madhur Kashyap
Hello, Is there a way possible by which I can use a perl module without installing it on the system? Some sort of equivalent for #include "/home/madhurk/myClass.h" which exists in C/C++ -- Thanks Madhur -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

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 o

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 modules

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.