Help for this page

Select Code to Download


  1. or download this
    UNIVERSAL::isa($date, 'ARRAY')
    
  2. or download this
      if ( ref($obj) eq 'FOO' ) {...}
    
  3. or download this
      if ( UNIVERSAL::isa($blessed_in_foo , 'HASH') ) {
        print "Is an HASH object!\n" ;
      }