in reply to
Re^3: Why is my GetOptions() Not Working?
in thread
Why is my GetOptions() Not Working?
See the update. You were correct I was specifying parameters without '-'s. Is there any way around requiring the '-'s?
Comment on
Re^4: Why is my GetOptions() Not Working?
Replies are listed 'Best First'.
Re^5: Why is my GetOptions() Not Working?
by
moot
(Chaplain)
on Mar 31, 2005 at 22:43 UTC
Beyond writing your own parser, nothing springs to mind. Getopt and friends have to have some way to determine what is a switch or option from what constitutes an option's value or other parameter.
[reply]
A reply falls below the community's threshold of quality. You may see it by logging in.
In Section
Seekers of Perl Wisdom