Help for this page
############################################################ #myShell.sh ... print "This is the list of files in ur current dir\n"; `ls -al`; print "End Of Script\n";
############################################################ #myCGI.cgi ... Line 4 : print ` etc/webtop/cgi-bin/myShell.sh ` Line 5 : print “</BODY>”; Line 6 : print “</HTML>”;