Help for this page

Select Code to Download


  1. or download this
    (
      success => 0,
      data    => q{whatever},
      message => q{something horrible happened},
    )
    
  2. or download this
    my %result = validate($arg1, $arg2);
    if ($result{success}){
    ...
     # try again
     send_screen_back($result{message});
    }