in reply to Re^3: Getopt::[Std|Long]. How to define an option -L1
in thread Getopts::[Std|Long]. How define a option -L1

Too much typing :)  my %opt; GetOptions( \%opt, qw[ L1=s L2=s p! ]);

Replies are listed 'Best First'.
Re^5: Getopt::[Std|Long]. How define a option -L1
by Pazitiff (Novice) on Aug 28, 2013 at 06:36 UTC
    Thanks to all!