Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print hidden('session');
    print submit(-name=>'continue'), endform, hr;
    print end_html;
    
  2. or download this
    header(-type=>'application/x-bzip2');
    
  3. or download this
    print "Status: 301 Moved Permanently\n";
    print "Location: http://host.domain.tld/filename.tbz2\n\n";