Help for this page

Select Code to Download


  1. or download this
    # result from running learn_module.pl
    VAL1: Learning=HASH(0x194ee0)
    ...
    
    VAL1: Learning=HASH(0x194ee0)
    VAL2: bar
    
  2. or download this
    use strict;
    use warnings;
    ...
        print "VAL1: $val1\n";
        print "VAL2: $val2\n\n";
    }
    
  3. or download this
    package Learning;
    
    ...
    }
    
    1;