Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    #Define the behaviour of DBI->connect for the entire script
    ...
    print $cgi->header, 'Updated List';
    
    __END__