Help for this page

Select Code to Download


  1. or download this
    my $result=Select($id,\$dbh); 
    $dbh->disconnect;
    
  2. or download this
    sub SelectProfile { 
         my $id=$_[0]; my $dbh=$_[1];
    ...
             return $rowdata;
    }##END Select
    ############################################################