if ( $this_is_right ) { do_something(); } else { show_error_page( error_code => 123, error_msg => 'error' ); }