Help for this page

Select Code to Download


  1. or download this
    if ((eval"%{$hash{'one'}}")) {
        print "It's a hash\n";
    ...
    else {
        print "It's not a hash\n";
    }