Help for this page

Select Code to Download


  1. or download this
    if ($failed) {
        @_ = "option1";    # and NOT $_[0] = "option1";
        goto &do_something;
    }