Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    my $cgi='/home/huck/cvs/cgi-bins/bt-bin/ut-active.pl'; 
    ...
      close(CGI) or die "Error running $cgi, $!";
      return $res;
    }
    
  2. or download this
    ScriptAlias /bt-bin/ /home/huck/cvs/cgi-bins/bt-bin/
    
    ...
        AddHandler cgi-script .cgi .pl
    </Directory>