in reply to Re: GetOpt Organization
in thread GetOpt Organization

Minor bug - The first param to GetOptions needs to be a reference to a hash \%parms

Replies are listed 'Best First'.
Re^3: GetOpt Organization
by hdb (Monsignor) on Mar 09, 2015 at 14:18 UTC

    That may be so but the code seems to work anyway.

    UPDATE: ...reason being that there are several ways to use GetOpt::Long, one of which does not require a hash ref as first parameter.

      Sorry about that, you're right I misunderstood what you did.