|
Navigation Articles
Linux Downloads Search Packages Error log Distros/ OS Softwares CMS Help & Man Pages
Others |
Main /
Test-cgi-scriptTest cgi script #!/usr/local/bin/perl # hello.pl -- my first perl script! print "Content-type: text/html\n\n"; print "Hello, world!\n"; |