warning message

2003-04-02 Thread Christopher G Tantalo
Hello, In a recent perl script I wrote, I have a procedure, read_config(), which reads a config file I have set up and sets a hash to what is in the file. Now, before you mention it, I have stricts on and use the -w on the 1st line, and the following message appears. main::read_config() calle

RE: warning message

2003-04-02 Thread Ken Lehman
PROTECTED] Subject: warning message Hello, In a recent perl script I wrote, I have a procedure, read_config(), which reads a config file I have set up and sets a hash to what is in the file. Now, before you mention it, I have stricts on and use the -w on the 1st line, and the following message

Re: warning message

2003-04-02 Thread Wiggins d'Anconia
Christopher G Tantalo wrote: Hello, In a recent perl script I wrote, I have a procedure, read_config(), which reads a config file I have set up and sets a hash to what is in the file. Now, before you mention it, I have stricts on and use the -w on the 1st line, and the following message appe