http://qs1969.pair.com?node_id=684335


in reply to perl: Argument list too long

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