- or download this
$usage->die unless GetOptions(\%return, grep { length } @specs);
- or download this
my $usage = bless sub {
my ($as_string) = @_;
...
return $buffer if $as_string;
} => "Getopt::Long::Descriptive::Usage";
- or download this
sub die {
my $self = shift;
...
)
);
}
- or download this
sub text { shift->(1) }