in reply to Processing Complicated Command Line Options using Getopt

It may help to say which of the many modules in the Getopt:: namespace you are trying to use.

If you are trying it with Getopt::Long, it isn't going to work, unless you quote the command line arguments and do some postprocessing.

  • Comment on Re: Processing Complicated Command Line Options using Getopt

Replies are listed 'Best First'.
Re^2: Processing Complicated Command Line Options using Getopt
by ganeshts (Initiate) on May 12, 2009 at 07:49 UTC
    Hi, Thanks for your reply.
    I was indeed trying it with Getopt::Long ;
    Do you suggest any other module which will help me avoid the post processing?
    Thanks once again.