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
Try $::whatever. It may be using strict -w. Daryl J. Hoyt Performance Engineer Geodesic Systems 312-832-2010 -Original Message- From: Chris Zampese [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 9:38 AM To: [EMAIL PR