in reply to What is the intention and logic of this line in the beginning of the script?

It's implicit in what others have said, but just to make it explicit -- the purpose of that line is so that if the file accidentally gets run by a shell, it will still end up running in Perl.

  • Comment on Re: What is the intention and logic of this line in the beginning of the script?