It means that you need a "my" before your $msg variables' first use.  
You predeclared "use strict" promising Perl you would declare your 
variables before using them.  "my $msg" would declare a local variable 
so you can use it.

James

On Wednesday, September 4, 2002, at 01:39  PM, Yuen, Alex wrote:

>       Global symbol "$msg" requires explicit package name at mimetest.pl
> line 6.
>
>       my $msg = MIME::Lite->new( # declare and use


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to