Help for this page

Select Code to Download


  1. or download this
    
    my $q = new CGI;
    ...
    
        do_stuff();
    }
    
  2. or download this
    <input type="submit" name=".State" value="Index" />
    <input type="submit" name=".State" value="Save" />
    <input type="submit" name=".State" value="Etc" />
    
  3. or download this
    PerlRequire /var/www/Index.pm
    <Location / >
    ...
        PerlSendHeader On
        Allow from all
    </Location>