in reply to Problem with STDIN input
If you are a *NIX platform there are similar limits.
There are reasons to have large command lines when working with various utilities and when using a large number of pipe commands. But this definitely not a Perl limitation. Personally when something like this: >proga ....parms.. | progr B .... | prog c ... gets more than a couple of lines, I split it up and use temp files. Normally these very lengthy things are shell commands. I don't know why your Perl program would have to deal with such a thing.
Update: I've never seen a limit as low as 257 on a modern O/S. All of these things can do more, it sounds like a configuration problem to me.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem with STDIN input
by Gyatso (Novice) on Jun 13, 2009 at 18:09 UTC |