in reply to Re: Getopt configuration
in thread Getopt configuration
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. :)