RE: Trying to Understand An Error Message

2007-02-06 Thread Olivier Laloux
Try to use "use strict;" statement at the beginning of your script to avoid undefined variables. Kind regards, Olivier -Message d'origine- De : Jonathan Mangin [mailto:[EMAIL PROTECTED] Envoyé : mardi 6 février 2007 15:45 À : Akbar Ehsan; beginners-cgi@perl.org Objet : Re: Trying to Und

Re: Trying to Understand An Error Message

2007-02-06 Thread Jonathan Mangin
- Original Message - From: "Akbar Ehsan" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 06, 2007 9:26 AM Subject: Trying to Understand An Error Message Hello, I have Perl/CGI script that work fine but for the fact that it logs a message in the error log file. The message is: Use of

Trying to Understand An Error Message

2007-02-06 Thread Akbar Ehsan
Hello, I have Perl/CGI script that work fine but for the fact that it logs a message in the error log file. The message is: Use of uninitialized value in concatenation (.) or string at... Despite the message, the script does what it is supposed to do. I would like to know if this message is a ha