App-Getconf
view release on metacpan or search on metacpan
lib/App/Getconf.pm view on Meta::CPAN
=back
=cut
sub help_message {
my ($self, %opts) = @_;
$self = $static unless ref $self; # static call or non-static?
$opts{screen} ||= 80;
$opts{arg0} ||= (split m[/], $0)[-1];
$opts{synopsis} ||= "%0 [ options ... ]";
$opts{option_indent} ||= 2;
$opts{description_indent} ||= 6;
# $opts{header} ||= undef;
# $opts{description} ||= undef;
# $opts{footer} ||= undef;
my $help = "";
( run in 1.348 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )