in reply to Re: CGI and Perl
in thread CGI and Perl
#!d:/perl/bin/perl.exe -w require "authenticate.pl"; #If not authorized then don't continue exit if (! &AdminLogin); #If authorized then build the appropriate page. $perl = sub { qx/perl createHTML.pl htmt=admin.htmt xml=webboard.xml xsl=listbox.x +sl/; }; print "Content-Type: text/html \n\n"; print "OUTPUT: " . &$perl;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: CGI and Perl
by Fastolfe (Vicar) on Dec 22, 2000 at 21:27 UTC | |
|
Re: Re: Re: CGI and Perl
by runrig (Abbot) on Dec 22, 2000 at 21:30 UTC |