Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Things I Don't Use in Perl

by radiantmatrix (Parson)
on Aug 24, 2005 at 16:28 UTC ( [id://486272]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub set_name { 
        my $self = shift; 
    ...
        if (@_) { warn "Attempt to set value in get" }
        return $self->{name};
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (7)
As of 2024-03-28 10:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found