Help for this page
*isa = \&UNIVERSAL::isa; sub foo { ... return unless isa( $date, 'ARRAY' ); bar( $date ); }