Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    foreach (keys %hash) {
       print @$_, "\n";
    }
    
  2. or download this
    Can't use string ("ARRAY(0x225fb8)") as an ARRAY ref while "strict ref
    +s" in use