in reply to Re: Re: More on Processing Command Line Arguments
in thread More on Processing Command Line Arguments

When I want to make arguments required, I use Getopt::Long, and just put in an additional check for the 'option' that I want to be required.

Abigail

  • Comment on Re: More on Processing Command Line Arguments