Public Scratchpad
Download
,
Select Code To D/L
Generic Getter/Setter sub my_attribute { my $self = shift; @_ ? $attribute = shift : shift; }