Help for this page
my $foundFoo =0; foreach my $var( @somearray) { ... if ( $foundFoo ) { someaction(); }