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
- 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
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