############################################################ #myShell.sh ############################################################ #!Perl_Interpreter_Location print "This is the list of files in ur current dir\n"; `ls -al`; print "End Of Script\n";