FIND_MATCH: { foreach my $a (@array) { if( $hash{$a} eq 'correct_value' ) { print 'Success'; last FIND_MATCH; } } warn "Didn't find a suitable match!"; }
In reply to Re: error message in the end of the array looping?
by isotope
in thread error message in the end of the array looping?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |