for( $value ) { /matchthis/ and do{ something(); last;}; ($_ > 42) and do{ something_else(); last;}; default(); }