my $test = 1; my $test = 2; # warns { my $test = 3; print $test; # prints 3 } print $test; # prints 2
In reply to Re: Multiple 'my's in one block of mod_perl code?
by ysth
in thread Multiple 'my's in one block of mod_perl code?
by RedThree
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |