you have to declare the variable with my() before you use it.
right:
my $foo; $foo = "bar";
wrong:
$foo = "bar"; my $foo;
In reply to Re: Re: Re: Local tests reveal no syntax error but...
by thraxil
in thread Local tests reveal no syntax error but...
by jerrygarciuh
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |