martinatkinson
Registered
Hello!
Forgive me if this post is in the wrong category, this section seemed to suit my questions best
I have a Perl file called "registrate.cgi" and an HTML file called "response.html" Right now to print an HTML file I need to type:
What I would like to do is to have the CGI script print the contents of the HTML file "response.html" instead of me having to hard code the source into the script. I know this is possible but I can not find out how to do it. Can anyone help?
Thanks and have a great day!
Albert
Forgive me if this post is in the wrong category, this section seemed to suit my questions best
I have a Perl file called "registrate.cgi" and an HTML file called "response.html" Right now to print an HTML file I need to type:
Code:
print "<html><body>".
"<!--Content is here-->".
"</body></html>";
Thanks and have a great day!
Albert