Quote:
Originally Posted by tompe
It is on purpose made _correct_ and if it does not work it is you computer that has a problem:
Code:
#!/usr/bin/env perl
|
You are right... that should work. On the mac it will only work if the line endings are LF only. I think I had to fix that on some of the scripts folks have provided.
Of course, if you have more than one version of perl on your machine you may need to make this a bit more specific.
BOb