in reply to Re: using "Getopt::Long" how to check parameter mandatory
in thread using "Getopt::Long" how to check parameter mandatory

That's a very narrow view of 'command line options'. It is better I believe to think of them as named parameters, some of which may be required and some optional.

--DrWhy

"If God had meant for us to think for ourselves he would have given us brains. Oh, wait..."

  • Comment on Re^2: using "Getopt::Long" how to check parameter mandatory

Replies are listed 'Best First'.
Re^3: using "Getopt::Long" how to check parameter mandatory
by JavaFan (Canon) on Aug 24, 2010 at 22:06 UTC
    Considering he's the author of the module, he may have an as narrow minded view as he wishes. He made his work available for others to use, if you don't like the module, you have the freedom to write your own, and then you can treat options to not be optional.