Help for this page

Select Code to Download


  1. or download this
    {
      package Foo;
    ...
        $self->( 'bar', @_ )
      }
    }
    
  2. or download this
    my $foo = new Foo;
    
    $foo->bar(42);   # set it
    print $foo->bar; # get it