From: "David Eason" <[EMAIL PROTECTED]>
> Q1. For Windows, does anyone know of a Windows Explorer add-on that
> makes Perl source files with CR-LF terminated lines appear in a
> different color or something so I can easily see they need to be
> corrected?

I doubt anything like this does (or ever will) exist.
 
> Q2. Are there any Linux versions of Perl that "don't care" whether the
> source file ends in CR-LF's or LF's? (Because the Windows version from
> ActiveState doesn't seem to)

Any recent version of Perl should not care (almost) whether there are 
CRLFs or LFs. You might have problems with heredocs and the multiline 
string constants may contain CRLF, but that's about it.

Anyway, we are all Perl programmers here. It should not be a big 
problem to create a script that'll convert all files that need it. Or 
even automate the upload of the files.

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


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

Reply via email to