Help for this page

Select Code to Download


  1. or download this
    # The person was trying to return a result set
    # was doing this.
    ...
    %hash = \%($responce);
    
    return %hash;
    
  2. or download this
    $sth->execute;
    
    ...
    }
    
    return ($hash);