Re: Global Symbols

2001-12-19 Thread Agustin Rivera
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

Re: Global Symbols

2001-12-19 Thread Michael Fowler
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

RE: Global Symbols

2001-12-19 Thread Daryl J. Hoyt
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,

Global Symbols

2001-12-19 Thread Chris Zampese
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.