Re: not using strict problems

2005-08-19 Thread tmatsumoto
Hi Brent, it shouldn't be a problem the way he wrote the pm, unless he doesn't 'return' anything in the subroutines. I had a similar problem having to convert a pm and the script I was using into 'strict'. I values that I could use between the pm and the script when 'strict' was off

Scope

2005-08-13 Thread tmatsumoto
Hi Beginners, I a new Perl programmer dealing with issues of scope. I'm trying to write a simple library using strict. The script that runs the library is also strict. I can get the two to work without using strict, but I understand that that is not good programming practice. How can I

Re: Scope

2005-08-13 Thread tmatsumoto
Hi, Thanks for the help. I've made the necessary changes. One error came up at runtime on the use warnings;. I gather the module is not installed on the server I'm using. I've gone through and made changes to the script calling the package. I understand the syntax however the nothing is