Help for this page

Select Code to Download


  1. or download this
        for my $key (keys %$decodedJSON)
            {
    ...
                    print "$key is neither a hashref nor an arrayref\n";
                }
            }