Help for this page

Select Code to Download


  1. or download this
    sub getData
    {
        my ($sql,$dbHash) = @_;
        return $dbHash->{connect}->selectall_arrayref($sql);
    }