in reply to Why does Perl choke on \015 ^M chars
Modules just don't care, and installed programs (by way of MakeMaker and alikes) will never have any issue with that (they will modify the shebang or something something).
{local $RANT=1; perl scriptname will work no matter what the platform is, and that is how you should be invoking other perl programs :) }
|
|---|