Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: $foo->bar = 14;

by jimc (Sexton)
on Jan 03, 2003 at 16:09 UTC ( [id://224054]=note: print w/replies, xml ) Need Help??


in reply to $foo->bar = 14;

lvalue methods are a questionable idea, at least if used universally.

an lvalue method just exposes a variable (ie the storage for) to the assignment, it runs b4 the assignment is done.

It gets no chance to validate the RHS, thus you could accidentally do:

$person->age = -1;
$person->name = '2/22/01';
$person->ssn = 'capt. bob';

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-24 05:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found