#!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;
In reply to Re: Re: CGI and Perl
by Gibble
in thread CGI and Perl
by Gibble
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |