Help for this page

Select Code to Download


  1. or download this
    int foo, bar, baz;
    
    ...
    {
        this.baz = baz;
    }
    
  2. or download this
    foreach my $field (qw( foo bar )) {
        no strict 'refs';
    ...
            $self->{$field};
        };
    }