############################################################ #myShell.sh ############################################################ #!Perl_Interpreter_Location print "This is the list of files in ur current dir\n"; `ls -al`; print "End Of Script\n"; #### ############################################################ #myCGI.cgi ############################################################ #!Perl_Interpreter Location Line 1 : print ”Content-Type : html/text ”; Line 2 : print “”; Line 3 : print “”; Line 4 : print ` etc/webtop/cgi-bin/myShell.sh ` Line 5 : print “”; Line 6 : print “”;