Jamie Risk wrote:
> I've no control over the EOL of text files that I'm processing; is
> there a conveniant method using chomp() and the
> INPUT_RECORD_SEPERATOR ($/) to handle DOS/UNIX/MAC generated text
> files automatically?

If it helps, Perl is clever about what system it's running on, and
sets $/ and 'chomp's behaviour accordingly. But otherwise, as the man
said

Wiggins D'Anconia wrote:
>
> Handle them how?


Rob




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to