Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use DBI;
    ...
    -value => 1
    );
    }
    
  2. or download this
    #!/usr/bin/perl
    use DBI;
    use CGI qw(:standard);                          # indicates that this 
    +program requires CGI module to run,to load it
    ...
    -value => 1
    );
    }