in reply to Re: redeclaring variables with 'my'in thread redeclaring variables with 'my'
... { my $var=<FILE>; while ($Var) { ... ... $var=<FILE>; }; } # $Var out of scope ... [download]