Help for this page

Select Code to Download


  1. or download this
    
    main.pl
    ...
    $html->process (\$temp_html, { list => $names})
            or die $html->error;
    
  2. or download this
    
    delete.pl
    ...
    $dbh->commit;
    $dbh->disconnect;