Opening HTML file from PERL
Hai Everybody Iam new user to PERL and Iam now doing a small project. In my project, HTML form values such as username and password are validated in a Perl file and depending upon the validation result, I'll be dispalying a new HTML file. My doubt is How to display a HTML file from a
RE:RE: Opening HTML file from PERL
quot;here" document inside of the script like so: if (your_condition eq 'T'){ print < Your Page etc... other HTML here EOF } else { do something else } you get the picture. GL, Mark Bergeron