in reply to perl: Argument list too long
I've hit this before and I believe that the "argument list" size is made up of the argument list plus all of your environment. So if you have lots of stuff set (set and setenv calls) in environment variables then this can limit what you can have on the command line...
|
---|
In Section
Seekers of Perl Wisdom