Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh->prepare($sql)
      or Shop::print_error('could not connect to DB', $DBI::errstr);
    
  2. or download this
    #!/usr/bin/perl -T
    use strict;
    ...
        }
        1;
    };