if( $variable > $certain_value) { exit; } #### if( $variable > $certain_value) { next RECORD; }