[N0M4D]
Perl is a programming language, I believe. BASH is a shell/scripting language for use in the command line. Much like DOS.
Bash is not COMMAND.COM. Not even close. Bash supports command history, auto complete, smart terminals, and all sorts of other stuff than DOS doesn't.
Pirogoth Wolfblood
Perl was designed to be used FOR shell scripting if I remember correctly. It's a very powerfull scripting language. It's also heavily used for web sites. A good example of this would be Amazon.com. Almost entierly written in perl.
My only issue with perl is that it's syntax is horrendous.
Perl was designed to parse text files, actually. Although it is a powerful scripting language and could be used to replace bash, its not a good idea, because you would need to write a shell before you could do anything.
And Amazon is written in Perl? Why?