in reply to Processing arguments with Getopt::Long

You have received your answer, but I would like to point out that another place to look for code examples is on CPAN.

If you follow the MANIFEST link from Getopt::Long, you will see all the files associated with the module.

This shows an example of what you are trying to do: examples/parsetime.pl

  • Comment on Re: Processing arguments with Getopt::Long

Replies are listed 'Best First'.
Re^2: Processing arguments with Getopt::Long
by MKJ747 (Acolyte) on Feb 18, 2011 at 17:04 UTC

    Thank you, Toolic. Yes, I'm still seeking an answer to the conditional question no t without c. I will check out these links - thanks very much.