Help for this page

Select Code to Download


  1. or download this
    <input type=submit name=do_connect value="Connect">
    <input type=submit name=do_results value="Get Results">
    
  2. or download this
    use CGI;
    my $query = new CGI;
    ...
    elsif ($query->param('do_results')) {
        # get results of sql call
    }