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

Re: Checking for Presence of Optional Attribute in Moose Object

by Khen1950fx (Canon)
on Jul 04, 2010 at 04:23 UTC ( [id://847953]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub show_person {
       my $self = shift;
       return $self->name();
    }
    
  2. or download this
    package Person;
    use Moose;
    ...
    
    my $person = Person->new(name => "Bob");
    print $person->show_person(), "\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-25 06:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found