Help for this page

Select Code to Download


  1. or download this
    package Some::Class;
    
    ...
        my ($self, $quux) = @_;
        ...
    }
    
  2. or download this
    my $thing = Some::Class->new( id => 15, foo => "Hello" );
    $thing->foo =~ s/e/a/;
    ...
    
    $thing->blah = 10;
    $thing->blah = 60;  # dies