in reply to Getopt configuration

I'm a little confused. Can you demonstrate how this program would be called. What sort of commabd line options are you expecting?

--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Replies are listed 'Best First'.
Re^2: Getopt configuration
by yoda54 (Monk) on Jul 30, 2004 at 20:46 UTC
    What I would like something like: ./script --run (explicitly call sub) or ./script --someotheroptions (but checks internally for conditions and if condictions are met also run "--run" routines.) Thanks, hope this is more clear. :)