Help for this page

Select Code to Download


  1. or download this
    use DBI;
    use Net::MySQL;
    ...
    if ($mysql->has_selected_record) {
      print "found in DB...\n";
    }
    
  2. or download this
    bash-3.2$ perl -T test.pl
    found in DB...