Help for this page

Select Code to Download


  1. or download this
    sub foo {
        my $self = shift;
        ...
    }
    
  2. or download this
        my $self = shift;
        my ($this, $that) = @_;
    
  3. or download this
        my ($self, $this, $that) = @_;