Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
    print end_html;
    Bar->close;
    
  2. or download this
    package Bar;
    use strict;
    ...
            $db->disconnect;
    }
    1;