I want to host the output of this perl script on web. Regards Bharat#!/usr/bin/perl print "Content-type: text/html\n\n"; print <<ENDHTML; <html> <head> <title>CGI Test</title> </head> <body> <a href="http://someplace.com">Click Here</a> </body> </html> ENDHTML
In reply to host html o/p generated by perl script on web. by bharatbsharma
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |