in reply to goto with some arguments
Goto is ugly bad bad bad code.if ($this_is_not_right) { goto_somewhere (error_code => 123, error_msg => 'this is error'); } do_something(); return; sub goto_somewhere { show_error_page(@_); exit; # ??? Or did you want to come back ??? }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: goto with some arguments
by larsen (Parson) on Mar 16, 2003 at 23:52 UTC |