Help for this page

Select Code to Download


  1. or download this
    sub my_sub {
        my $self = shift;
    ...
        my $bar  = shift;
    
    }
    
  2. or download this
    sub my_sub {
        my $self   = shift;
    ...
                    'bar' => $bar,
                    'baz' => $baz,
                    'bork' => $bork});