RE: scp : perl :help

2003-06-26 Thread Sulabh Agarwal
I've always found the CPAN website of great help for any module. http://www.cpan.org/modules/00modlist.long.html sulabh -Original Message- From: vemulakonda uday bhaskar [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 8:40 AM To: [EMAIL PROTECTED] Subject: scp : perl :help hell

RE: Best way of using a variable thoughout a number of modules...

2003-06-06 Thread Sulabh Agarwal
You can create a "header" module and declare the variable there. Export the variable from the header module. Wherever you use the header module, you can access the variable has ::variable. This way you can change the value of the variable in the header module and it will change wherever it is acces