Help for this page

Select Code to Download


  1. or download this
    {
        my $cgi = CGI->new();
    ...
            return $dbh;
        }
    }
    
  2. or download this
    MAIN: {
        my $result = do_something();
    ...
    }
    
    # and so on