Help for this page

Select Code to Download


  1. or download this
    Illegal division by zero at ... line 9.
    
  2. or download this
    my $array = 1;
    foreach (%$array) { print }
    
    #error:
    Can't use string ("1") as a HASH ref while "strict refs" in use at ...
    + line 11.