Help for this page

Select Code to Download


  1. or download this
    use Switch;
    use DBI;
    ...
        $dbh->disconnect;
        return $found;
    }
    
  2. or download this
    use Switch;
    use DBI;
    ...
        return $found;
    }