Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    print Dumper($hashref);
    ...
    # or even just
    
    print 'success' if exists $hashref->{foo}{foo};