Help for this page

Select Code to Download


  1. or download this
    sub DB_xxx
       {
    ...
        return $dbh;
    
       }
    
  2. or download this
    use abc qw (DB_xxx);
    
    ...
    my $stat2 = system ("gzip -t xyz.gz");
    print "The stat checking:$stat2\n";