Help for this page

Select Code to Download


  1. or download this
    Module::foo(
      blah => 'zap',
    ...
        thwap => 'funny'
      },
    );
    
  2. or download this
      my $self = undef;
      if (ref $_[0] and UNIVERSAL::isa($_[0], __PACKAGE__))
    ...
        $self = shift;
      }
      my %args = @_;