#!/usr/bin/perl # # In .htaccess or httpd.conf put something like the following: # # AddHandler perl-in-page .pip # Action perl-in-page /cgi-bin/pip # DirectoryIndex index.pip # use warnings ; use strict ; use CGI qw/path_info :standard :cgi-lib/ ; use Kreiger::Pip ; Kreiger::Pip::include(path_info()) ;