On approximately 4/9/2004 11:42 PM, came the following characters from the keyboard of Jouke Visser:
I just removed the code that referred to Windows services (which is imho indeed unnessecary for this), and made a little tweak that allows you to specify multiple values for parameters that can be specified more than once, so if you would do:
pp --add Module::A --add Module::B script.pl
you can do this in the [options] section like this:
[options] add=Module::A;Module::B
That's all very well, and the concept is very interesting, and I realize you started from borrowed code instead of reinventing the wheel, but why reinvent the syntax?
Why not
[options] --add Module::A --add Module::B
-- Glenn -- http://nevcal.com/ =========================== The best part about procrastination is that you are never bored, because you have all kinds of things that you should be doing.
