use strict; use warnings; my @datan = qw(1 2 3 4 5 6); for my $element (@datan) { print "$element "; print "\n" if $element eq 3; }
In reply to Re: Break an array. I think.
by tphyahoo
in thread Break an array. I think.
by vox2000
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |