Re: regarding pragmas

2001-05-21 Thread Aaron Craig
You do have the appropriate modules in your perl\lib directory? At 09:55 21.05.2001 +0530, you wrote: >hi >i am very new to perl. now iam in the process of learning modules. >I am not able to use the following in my program: >use strict; >use warnings; >use dumper; etc >these r the only things i

regarding pragmas

2001-05-20 Thread baby lakshmi
hi i am very new to perl. now iam in the process of learning modules. I am not able to use the following in my program: use strict; use warnings; use dumper; etc these r the only things i have tried to use. can any one eloborate on it in detail. it wil be really helpful for me to continue learnin