in reply to Re: using 'require' to insert code
in thread using 'require' to insert code
And then just throw in CGI specific code as you learn it.. but you don't *need* any more lines than that, and to know that you can grab POST and GET data by calling $cgi->param();#!/usr/bin/perl -wT use CGI; my $cgi = new CGI; print $cgi->header;
-Syn0open(HTML, "<$htmlfile") || die "ouch $!"; print <HTML>; close(HTML);
|
---|