How to test test cgi script
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”;
Category: Tips for linux
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”;
Category: Tips for linux