in reply to Objected oriented perl with attributes in methods?
sub fold { my $self = shift; my %options = @_; if ($options{-style} eq 'prion') { # ... } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Objected oriented perl with attributes in methods?
by Anonymous Monk on May 31, 2013 at 20:00 UTC |