On Tue, Jun 29, 2004 at 09:50:06PM -0500, Eric Wilhelm wrote: > my $hopt = Getopt::Helpful->new( [...] > ['f|force', \$force, ' ', > "force overwrite of existing files (default: " . > ($force ? "yes" : "no") . ")"],
[ ... ] > -f, --force, --noforce force overwrite of existing files (default: no) I assume that for this module to know that "--noforce" is viable, you mistakenly omitted the "!" at the end of 'f|force!'? Documentation that arguments are array-refs ("@") are which can be specified multiple times would be a neat feature, too. I'm a huge fan of Getopt::Long and all its powerful abilites. This would be a nice complement. -- Caleb Epstein | bklyn . org | I got the bill for my surgery. Now I know cae at | Brooklyn Dust | what those doctors were wearing masks for. bklyn dot org | Bunny Mfg. | -- James Boren