Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: fields alternative?

by stvn (Monsignor)
on Apr 06, 2011 at 14:02 UTC ( [id://897793]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package LockedBox;
    use Moose;
    ...
            lock_value( %$self, $attr->name )
        }
    }
    
  2. or download this
    my $foo = LockedBox->new( bar => 10 );
    
  3. or download this
    my $foo = LockedBox->new( bar => 10, baz => 100 );
    
  4. or download this
    $foo->{baz} = 20;
    
  5. or download this
    $foo->{bar} = 20;
    

Log In?
Username:
Password:

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

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

    No recent polls found