Help for this page

Select Code to Download


  1. or download this
    has mode =>(is => 'ro',accessor=>'creaLog', isa => 'Str',required => 1
    +);
    
  2. or download this
    sub creaLog {
       my $self = shift;
       $self->mode=>'changed' ;
         
    }
    
  3. or download this
    Cannot define an accessor name on a read-only attribute, accessors are
    + read/write at /usr/local/lib/perl/5.10.1/Moose/Meta/Attribute.pm lin
    +e 251
    
  4. or download this
    has mode =>(is => 'ro',writer=>'creaLog', isa => 'Str',required => 1);
    
  5. or download this
    You are overwriting a locally defined method (creaLog) with an accesso
    +r at /usr/local/lib/perl/5.10.1/Moose/Meta/Attribute.pm line 663