[guest - Wed May 14 10:34:51 2003]:
Show quoted text> GetOptions does not grok -stylesheet=foo/bar.css
> It wants --stylesheet=foo/bar.css
>
> The pod suggests -stylesheet which don't work.
>
> Is GetOptions righ to do this? probably ;)
This is Getopt::Long functionality: Either you
can say:
-stylesheet foo/bar.css
or:
--stylesheet=foo/bar.css
Feel free to reopen the ticket if this is not correct.
-Marek