in reply to Difference between a perl script & shell script
In few words, a Perl script is one written in the Perl programming language, while a shell script is one written using commands from some shell, like bash or ksh.
-- David Serrano