Help for this page

Select Code to Download


  1. or download this
        sub selectrow_array {
            my $this = shift();
    ...
            return   if !defined wantarray;
            return wantarray ? @ret : $ret;
        }
    
  2. or download this
    DBD::mysql::db selectrow_array failed: Table 'devel.no_such_table' doe
    +sn't exist at simple.pl line 17.
    DBD::mysql::db selectrow_array failed: Table 'devel.no_such_table' doe
    +sn't exist at simple.pl line 17.
     at simple.pl line 43