Help in using Modules

2004-04-08 Thread urvashi mishra
Hi all, i am new to using perl... i want to use perl modules in my code. can any one tell me how to load a perl module so that it can be used!!! I am trying to use a module named Nary.pm in my code... tree.pl first line of my code says use Nary; # Module in the same dir as the

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.

Passing file name /filehandle as argument to a subroutine...

2004-03-23 Thread urvashi mishra
hi; i am trying to take input from multiple files Various I/P files are specified at command line... Can anyone tell me how to pass the file name to a routine that opens it for parsing the same function is to be called for all the I/P files... Code is: foreach my $file (@ARGV) {

Help me out!!!

2004-03-04 Thread Urvashi Mishra
hi ! i am trying to implement multidimentional tree... and saw that a package called Tree::Nary already exits... i am use the above module and i am getting the following error ... Can't locate Tree/Nary.pm [EMAIL PROTECTED] @INC contains: C:\perl\site\lib. i have saved this module in this dir