Error: requires explicit package name

2002-08-30 Thread t
Hello:) i am working on a script and have come across a problem. if i call a variable from the preceeding form, it works correctly, BUT, if i declare a variable within the script, then try to use it as the To: fiels in an e-mail, it tells me that Global symbol $auto requires explicit

Re: Error: requires explicit package name

2002-08-30 Thread Felix Geerinckx
on Fri, 30 Aug 2002 13:58:47 GMT, [EMAIL PROTECTED] (T) wrote: Global symbol $auto requires explicit package name [...] if ($Country eq Argentina) {my $auto = $q-param( '[EMAIL PROTECTED]' ); } and if ($Country eq Argentina) {$auto = $q-param( '[EMAIL

Re: Error: requires explicit package name

2002-08-30 Thread t
Felix Thanks! That was just what i needed:) thia --- Felix Geerinckx [EMAIL PROTECTED] wrote: on Fri, 30 Aug 2002 13:58:47 GMT, [EMAIL PROTECTED] (T) wrote: Global symbol $auto requires explicit package name [...] if ($Country eq Argentina) {my $auto = $q-param(