in reply to goto with some arguments

Don't be so negative:

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

-derby