Help for this page

Select Code to Download


  1. or download this
    package Person;
    use Moose;
    ...
    
    if($hash->{label})     { $Person->label( $hash->{label} );  }
    if($hash->{shift})     { $Person->shift( $hash->{shift} );  }
    
  2. or download this
    autoderef is deprecated [...]  Use of each/keys/pop/push/shift/splice/
    +unshift/values on a reference is an experimental feature...