Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re:{2} Is there a limit on STDIN string size 259?

by jeroenes (Priest)
on Nov 15, 2001 at 13:19 UTC ( [id://125532]=note: print w/replies, xml ) Need Help??


in reply to Re: Is there a limit on STDIN string size 259?
in thread Is there a limit on STDIN string size 259?

blakem, I think he ment that this was the largest string he could handle. For good measure, I ran your line with the numbers 274,74,85,85 and it works on my box.

I repeated this with yesterdays framechat log (nice and long textfile):

perl -e '$a=join "", <STDIN>; $a=~tr/\n/ /s; print $a'\ </tmp/20011113.txt | \ perl -e '$_=<STDIN>; foreach(split){print "$_\n"}' | less
Works. Would this mean that there is an issue with the solaris shell?

Jeroen

Log In?
Username:
Password:

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

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

    No recent polls found