Help for this page

Select Code to Download


  1. or download this
    sub method2 { my $self = shift; _method1( $self ); }
    
  2. or download this
    package Foo;
    
    ...
    
    my $foobar = Foo::Bar->new;
    $foobar->method2;