Subject: | Wishlist: auto-run argvFile() |
Would it be possible to have a parameter on the "use Getopt::ArgvFile" line to automatically run the argvFile() function?
In the normal case, I don't see the point of deferring this to just before running Getopt::Long, so long it's before. So doing it during BEGIN-time would work just as fine, and I could cut one line out of my program :)