Help for this page

Select Code to Download


  1. or download this
    my @rv = $dbh -> selectall_arrayref( $commands, undef, ( $query ) );
  2. or download this
    $bar=1;
    @foo=$bar;
    ...
        return["this","is","also","an","arrayref"];
    }