Help for this page

Select Code to Download


  1. or download this
    if (ref $_[0] eq 'HASH') {
    
  2. or download this
    #1
    if (eval{ $_[0]->{''}, 1 }) {
    ...
    
    #3
    if (UNIVERSAL::isa($_[0],'HASH')) {