> cat ./tmp
#!/usr/bin/perl -w
use strict;
create();
print "$tmp\n";
sub create {
$main::tmp = 1;
}
> ./tmp
Global symbol "$tmp" requires explicit package name at ./tmp line 6.
Execution of ./tmp aborted due to compilation errors.
Jay Strauss
[EMAIL PROTECTED]
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
