Help for this page

Select Code to Download


  1. or download this
    if (ref $val eq "HASH") { ... }
    
  2. or download this
    use Scalar::Does;
    if (does $val, "HASH") { ... }