Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Limit to Line Length?

by ColonelPanic (Friar)
on Jan 27, 2001 at 01:50 UTC ( [id://54650]=note: print w/replies, xml ) Need Help??


in reply to Limit to Line Length?

A file is just a bunch of bits. The way it is arranged in memory has nothing to do with the newline character. Any limits are arbitrarily imposed by outside applications. Perl, to my knowledge, would have no reason to care. Perl does not specifically care about lines either, they are only a string of data ended with whatever character is in $/. Scalar variables are limited only by memory, and have no problem with reading an entire file if you change $/. Just my two cents.

When's the last time you used duct tape on a duct? --Larry Wall

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-25 07:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found