![]() |
|
more useful options | |
PerlMonks |
Re: CGI.pm, combining two stringsby TGI (Parson) |
on May 07, 2001 at 23:45 UTC ( #78621=note: print w/replies, xml ) | Need Help?? |
You seem to be a bit confused about how all the parts fit together. Your code is really CGI.pm perl pidgin HTML. The plain old HTML would look something more like:
The HTML could either be generated by a script or reside in a static file somwhere. Here's some code that prints a form and any results of previous submits. I didn't list a form action, becuase it defaults to the page it reside in.
In Section
Seekers of Perl Wisdom
|
|