http://www.perlmonks.org?node_id=929390


in reply to ARGV issue

My approach is similar to TomDLux. I use Getopt::Long and Pod::Usage. A complete working example of how to use the pair is given in the recommended use section of the Pod::Usage documentation.

David.