Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Reading in a file not recognizing lines

by ioannis (Abbot)
on May 22, 2006 at 02:31 UTC ( [id://550850]=note: print w/replies, xml ) Need Help??


in reply to Reading in a file not recognizing lines

Or use the PerlIO layer. The code bellow is fof MS-DOS files, not sure if a layer exists for OSX.
use PerlIO ; open F, '<:crlf', 'data' ;
;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://550850]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-20 01:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found