in reply to generate html on the fly
if you are passing a whole html document with complete headers and stuff. If it is just going to be snippets of html you had better brush up on CGI.PM (this is a link to Ovid's Tutorial).#!/usr/bin/perl #Forgive me please ppl i am not a cgi guru just using this to illustra +te a point GetFormInput(); my $html = $field{html); print "$html";
|
---|