in reply to
Win32/Linux portability
No, but a simple regex will do that:
$line=~s/\r//g;
Comment on
Re: Win32/Linux portability
Download
Code
In Section
Seekers of Perl Wisdom