http://qs321.pair.com?node_id=671669


in reply to Is there an isArray() in Perl?

The reftype function in module Scalar::Util is good. It returns 'ARRAY' for any array reference, even if it's blessed.