Help for this page

Select Code to Download


  1. or download this
      print "Content-type: text/plain\n\n";
     
      # print text file here
    
  2. or download this
      my $q = CGI->new();
    
    ...
      print $q->header( { -type=>'text/plain' } );
    
      # print text file here