in reply to Re: How to check for the command line option entered?
in thread How to check for the command line option entered?

I recommend using Getopt::Lucid instead; it's grand.

Hmm, I would almost have to concur, except it doesn't handle usage documentation like Getopt::Long::Descriptive

  • Comment on Re^2: How to check for the command line option entered?

Replies are listed 'Best First'.
Re^3: How to check for the command line option entered?
by eff_i_g (Curate) on Dec 07, 2010 at 15:02 UTC
    Ah, you are correct; I wasn't aware of this module. I'll look into it. Thanks!