use warnings; use strict; use Getopt::Long qw(:config no_auto_abbrev); my %opt; GetOptions(\%opt, qw(readonly)) or die;
In reply to Re: how to get the exact option string in Getopt::Long module
by toolic
in thread how to get the exact option string in Getopt::Long module
by chidori
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |