Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl
    
    ...
    my $WP = new CGI::Pretty;
    print $WP->header(-status => &NotFound);
    
  2. or download this
    Status: 404
    Content-type: text/html; charset=ISO=8859-1
    
  3. or download this
    <html><body></body></html>