How to test test cgi script

| May 9, 2011 | 0 Comments

Use the below script to test cgi script

#/usr/local/bin/perl

hello.pl — my first perl script!

print “Content-type: text/html\n\n”;

print “Hello, world!\n”;

Tags:

Category: Tips for linux

Leave a Reply

You must be logged in to post a comment.