But please don't use env in system scripts. I suppose this has more to do with people writing packages for installation than it does with people writing Perl scripts, but the point stands.
If you use the standard Perl toolchain (e.g. ExtUtils::MakeMaker or Module::Build), it will take care of the shebang for you. That's generally preferable.
2 comments:
But please don't use env in system scripts. I suppose this has more to do with people writing packages for installation than it does with people writing Perl scripts, but the point stands.
If you use the standard Perl toolchain (e.g. ExtUtils::MakeMaker or Module::Build), it will take care of the shebang for you. That's generally preferable.
Post a Comment