Help for this page

Select Code to Download


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