use strict; use warnings; my @array = qw/one two three four five/; foreach (@array) { print "$_\n"; }
In reply to Re: for, foreach and $_...
by monktim
in thread for, foreach and $_...
by Foggy Bottoms
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |