Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Modify the Object

by Your Mother (Archbishop)
on Oct 02, 2012 at 17:06 UTC ( [id://996882]=note: print w/replies, xml ) Need Help??


in reply to Re: Modify the Object
in thread Modify the Object

Your amendment is fine but I prefer the idiom tobyink showed. It's terse and lends itself to simple flow validation–

# use Carp; sub access_A { my $self = shift; $self->{A} = shift if @_; croak "Too many arguments to access_A" if @_; $self->{A}; }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://996882]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-25 13:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found