Help for this page
if ( !DO_SOMETHING ) { warn("some warning"); next; }
unless ( DO_SOMETHING ) { warn("some warning"); next; }