in reply to
Perl file open files from other OS
There's the
open
pragma and the three argument form of
open
using ":crlf:". However, you probably need a recent version of perl for this to work.
Comment on
Re: Perl file open files from other OS
In Section
Seekers of Perl Wisdom