Help for this page

Select Code to Download


  1. or download this
    my ($result, $error) = function($arg);
    if ($error) {
        # do something...
    }
    
  2. or download this
    ($result) = function($arg); # get the result only
    $result   = function($arg); # WRONG!!! gets the error only