in reply to CR/LF in bin
You shouldn't be using env. You should be using #!/usr/bin/perl which gets rewritten to the correct line by the installer. A script should use the perl that installed it (and thus has the modules it needs), not whichever happens to be first in the search path. Hopefully, the installer is CR-aware, avoiding the entire issue.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: CR/LF in bin
by dk (Chaplain) on May 09, 2024 at 17:50 UTC |