Help for this page

Select Code to Download


  1. or download this
    {
       my %h;
       1 if exists $h{foo}{bar};
       print("exists 2:  ", (%h ? "auto-vivi" : "empty"), "\n");
    }