t; <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, December 19, 2001 10:49 AM
Subject: Re: Global Symbols
> On Thu, Dec 20, 2001 at 04:38:27AM +1300, Chris Zampese wrote:
> > Global symbol "$whatever" requires explicit package name
>
> Error me
On Thu, Dec 20, 2001 at 04:38:27AM +1300, Chris Zampese wrote:
> Global symbol "$whatever" requires explicit package name
Error messages are documented in perldoc perldiag. You can also pipe your
error to the splain program (provided you have it) so that you don't have to
search through
M
To: [EMAIL PROTECTED]
Subject: Global Symbols
Hi everyone,
I am running a perl script through an Apache server, and the error log is
showing
Global symbol "$whatever" requires explicit package name
for all my variables (Globals and locals),
any ideas,
Hi everyone,
I am running a perl script through an Apache server, and the error log is showing
Global symbol "$whatever" requires explicit package name
for all my variables (Globals and locals),
any ideas,
Thanks in advance,
Chris.