Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    print "defined\n" if (exists($x->{fred}->{dave}));
    print Dumper($x);
    print "fred defined\n" if (exists($x->{fred}));