Help for this page

Select Code to Download


  1. or download this
    #!use/local/bin/perl
    
    ...
     return $dbh;
    }
    
  2. or download this
    package DIR::DBTeams;
    
    ...
    $cur->finish;
    return $ret;
    }
    
  3. or download this
    ...
    ($ret) = $cur->fetchrow_array();
    ...