ARGH! this:
exists($userlist->{PaulSmith}->{Age})
should:
1) return false if either PaulSmith or Age
does not exist
2) should NOT autovivify PaulSmith to
find out that he doesn't have an Age
Autovivify should turn off during exists() tests
just my opinion
we now return you to your regularly scheduled rant...
Greg
_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

