Help for this page

Select Code to Download


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