Problem With Solutions

Something Different In Linux

Home » Knowledge » test cgi script

test cgi script

Posted by Rishikesh Vispute Categories: Knowledge, Shell Programming and Scripting

Create one test.cgi file and add the folloing test code for checking the .cgi file working on the server.

=======================

#!/usr/local/bin/perl –

# hello.pl — my first perl script!

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

print “Hello, world!\n”;

=======================


Optimized by SEO Ultimate