Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    ...
      my $object = $self->{otherobject};
      $object->method3(@_);
    }
    
  2. or download this
    package Foo;
    
    ...
      method2 => "object"
      method3 => "otherobject"
    );