Hello,
This is a basic question but I could not find any other post answering this and hence I am posting it.
My perl script is simple and it looks like this:
====
#!/usr/bin/perl -w
print "Content-type: text/html\n\n";
print "banana";
====
The HTML file looks like this:
=======
<html>...
Hello,
This is a basic question but I could not find any other post answering this and hence I am posting it.
I know that either of the following could be used to execute Perl script from HTML :
1. <!--#include virtual="/cgi-bin/test.pl" -->
2. <!--#exec cgi="/cgi-bin/test.pl" -->
My perl...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.