Re: Help in using Modules

2004-04-08 Thread Wiggins d Anconia
> > 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 i

RE: Help in using Modules

2004-04-08 Thread Wiggins d Anconia
Please bottom post > > Hi Urvashi, > You can write > ## > use lib "directory path where you have put you modules"; > use Nary.pm; > ## > in the begining of your script. > The more

RE: Help in using Modules

2004-04-08 Thread TapasranjanMohapatra
Hi Urvashi, You can write ## use lib "directory path where you have put you modules"; use Nary.pm; ## in the begining of your script. -Original Message- From: urvashi mishra [

Re: Help in using Modules

2004-04-08 Thread Alok Bhatt
> Hi all, Hi Urvashi, > 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 script > Can't locate object method "new" via package "Nary" > (perhaps you forgot to load "Nary"?) at > tree-trial.pl line