Is there a better way to store data per object?sub AB { my $self =shift; if (@_) { @{ $self->{AB} } = @_ } return @{ $self->{AB} }; }
In reply to Re^4: Bean properties...
by buz260
in thread Bean properties...
by buz260
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |