Help for this page

Select Code to Download


  1. or download this
        $STH->execute(eval{join(',',@args),return(@args)});
    
  2. or download this
    sub get_data {
        my $statement     = shift;
    ...
        print "@results\n";
        return(1);
    }