Help for this page

Select Code to Download


  1. or download this
     0:33 >perl -Mstrict -MData::Dump -wE "my %h = (A => 'a'); if (exists 
    +$h{B}{C}) { say 'yes'; }; dd %h;"
    ("B", {}, "A", "a")
    ...
    ("A", "a")
    
     0:33 >