Help for this page

Select Code to Download


  1. or download this
    package MyMod;
    
    ...
    }
    
    1;
    
  2. or download this
    use strict;
    use warnings;
    ...
    print $mm->get('atr1')."\n";
    
    $mm->{atr1} = 3000;    <<<<---- Fails "Not a HASH reference"