in reply to max number of arguments
It may help to bypass the shell by calling system with list syntax:
You don't say what system call you're running, but it could have limits of its own. Check the return value to see what happened.my $result = system '/path/to/program', $flags, @bigarray;
After Compline,
Zaxo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: max number of arguments
by pike (Monk) on Sep 05, 2002 at 14:55 UTC |