[Mastering-perl] Check out the chapters on configuration,
subroutines, and Pod
brian d foy
brian.d.foy at gmail.com
Mon Sep 18 04:42:45 EDT 2006
On 9/17/06, Florian Merges <fmerges at cpan.org> wrote:
> > The M<Getopt::Long> module doesn't handle the single character
> > switches, and all of its switches start with a double hyphen. I give
> > its C<GetOptions> function a list of key-value pairs. The key give the
> > switch name and the value is a reference to a variable where
> > C<GetOptions> will put the value.
> I also agree that this is wrong,
I agree its wrong too. Sometimes I look back at something I wrote, and
I wonder just what I was thinking.
I've changed a little bit of the language, but also noted on my To Do
list to back back through this again.
--
brian d foy <brian.d.foy at gmail.com>
http://www.pair.com/~comdog/
More information about the Mastering-perl
mailing list