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

I recommend using Getopt::Lucid instead; it's grand.
  • Comment on Re: How to check for the command line option entered?

Replies are listed 'Best First'.
Re^2: How to check for the command line option entered?
by Anonymous Monk on Dec 07, 2010 at 08:48 UTC
      Ah, you are correct; I wasn't aware of this module. I'll look into it. Thanks!