Help for this page

Select Code to Download


  1. or download this
    <form action="http://www.site.com/path/to/script.pl" method=POST ENCTY
    +PE="multipart/form-data">
    Address: <input type="text" name="address"><br>
    File: <input type="file" name="file"><br>
    <input type="submit"></form>
    
  2. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    $p->finish;
    
    $dbh->disconnect;