in reply to running Perl's script on mac, and error messages returned

Two things come to mind...

On the mac is Perl installed in /usr/bin?

When I write a script in DOS and port it to linux, I often have to run "dos2unix" on it, because the end of line characters DOS uses fuddle up my linux box. So I don't know Mac, but could there be something similar?

  • Comment on Re: running Perl's script on mac, and error messages returned