if ( !DO_SOMETHING ) { warn("some warning"); next; } #### unless ( DO_SOMETHING ) { warn("some warning"); next; }