![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: perl: Argument list too longby jplindstrom (Monsignor) |
on May 03, 2008 at 13:36 UTC ( #684335=note: print w/replies, xml ) | Need Help?? |
Others have probably correctly identified your problem.
The solution is Getopt::Long + Getopt::ArgvFile, which makes it possible to specify a command line arguments file to be used. This is a good idea in general. /J
In Section
Seekers of Perl Wisdom
|
|