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