|
|
| Perl: the Markov chain saw | |
| PerlMonks |
theAcolyte's scratchpadby theAcolyte (Pilgrim) |
| on Jul 19, 2004 at 05:57 UTC ( [id://375461]=scratchpad: print w/replies, xml ) | Need Help?? |
Generic Getter/Setter sub my_attribute { my $self = shift; @_ ? $attribute = shift : shift; } |
|