Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Limit to Line Length?

by mr.nick (Chaplain)
on Jan 26, 2001 at 21:34 UTC ( [id://54577]=note: print w/replies, xml ) Need Help??


in reply to Limit to Line Length?

Not that I could find. I created a text file with two lines, each approximate 665,000 characters in length. Then I did a
open IN,"<bigline" || die; while (<IN>) { print; } close IN;
and it seemed to have worked just fine. No doubt the line length is limited only by available memory.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-16 19:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found