This makes $_ an alias to $a and $b.foreach ($a, $b)
This modifies $_, and hence, modifies $a and $b. Note that the final value will be undefined.while (<$fh>)
In reply to Re: the variable is lost
by JavaFan
in thread the variable is lost
by cruise
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |