Help for this page

Select Code to Download


  1. or download this
        if (verify(@temp_args)) {
            @args = @temp_args;
    ...
        else {
            die "callback did something funky to args";
        }