Beefy Boxes and Bandwidth Generously Provided by pair Networks RobOMonk
No such thing as a small change
 
PerlMonks  

Re: Migrate your perl project to Moose

by tospo (Friar)
on Oct 17, 2011 at 10:28 UTC ( #931879=note: print w/ replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub name {
      my $self = shift;
    ...
      $self->{_name} = $new_value if defined $new_value;
      return $self->{_name};
    }
    
  2. or download this
    has 'name' => (
     is  => 'rw',
     isa => 'Str',
    );
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others surveying the Monastery: (9)
As of 2013-06-19 02:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    How many continents have you visited?









    Results (638 votes), past polls