Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

:lvalue, How I Hate Thee

by jk2addict (Chaplain)
on Aug 17, 2005 at 19:27 UTC ( [id://484548]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $valobj->value = undef;
    
  2. or download this
        $valobj->value = '';
    
  3. or download this
        sub value : lvalue {
            my $this = shift;
            $this->{VALUE};
        }
    
  4. or download this
        sub value {
            my ($self, $value) = @_;
    ...
            };
        };
        $valobj->value(undef);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://484548]
Approved by BrowserUk
Front-paged by zby
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-20 04:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found