Help for this page

Select Code to Download


  1. or download this
    ### execute command
    ### get the data
    my $data = $db->selectall_arrayref( $dbCommand, { Slice => {} } );
    return $data;