Help for this page

Select Code to Download


  1. or download this
    <form action=test.cgi/JunkName><input type="submit" name="Test"></form
    +>
    
  2. or download this
    #!/usr/bin/perl
    use CGI;
    
    print CGI::header(-Content-type=>'text-plain');
    print 'This is a file'