Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $q = new CGI;
    
    ...................................................
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    use CGI;
    ...............etc.
    
  3. or download this
    "Can't locate object method "connect" via package "DBI" (perhaps you f
    +orgot to load "DBI"?)"