#!/usr/bin/perl -w # -*- perl -*- use P4CGI ; use strict ; # ################################################################# # CONFIGURATION INFORMATION # All config info should be in P4CGI.pm # ################################################################# # # P4 depot browser, top # ################################################################# my $startPage = "intro.cgi" ; my $framepage="main.html" ; print "content-type: text/html\n\n" ; while() { s/"default.cgi"/$startPage/ ; print ; } # # That's all folks # __END__ P4DB 3.0 <P> Sorry, this version of P4DB needs a frame-aware browser. <P> Try one of the more recent versions of Netscape Navigator or MS-Explorer.