On Tue, Jun 26, 2001 at 10:08:35AM -0700, Gregg Williams wrote:
> When "use strict 'vars'" is in effect and you are using a global variable
> (such as $emailLog), Perl will issue a warning alerting you to that
> fact--for example:
> 
>   Global symbol "$emailLog" requires explicit package name at t.pl line 5.

A minor correction: this is a fatal compile-time error, not a warning. 
Warnings can, optionally, be ignored, fatal compile-time errors can't.


Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

Reply via email to