Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    foreach (keys %hash) {
        print "$_ - $hash{$_}\n";
        }
    
  2. or download this
    Normal(Should fail with 'HASH(0xhex)' - HASH(0x99aae4)
    Dereferenced - 
    normal_enemies - HASH(0x98a814)
    boss_enemies - HASH(0x99adc4)
    items - HASH(0x99ab24)