| | perl question
|
| Pointers to where to look in the perl docs or Faq on cpan.org gladly taken. I have a perlscript I want to run on both wintel and linux, and I want to invoke it from an outer script. (.bat on wintel and some shell script, sh, ksh, bash or csh on (...) (20 years ago, 3-Feb-05, to lugnet.off-topic.geek)
| | | | Re: perl question
|
| (...) You can try this: od -c scriptfile.pl and look for \r chars (in addition to the usual \n chars) to see if that's the problem. (20 years ago, 4-Feb-05, to lugnet.off-topic.geek)
| |