in reply to Re: Is there an isArray() in Perl?
in thread Is there an isArray() in Perl?

The ref function will return "ARRAY" if its argument is an unblessed array reference.


emc

Information about American English usage here and here.

Floating point issues? Read this before posting: http://docs.sun.com/source/806-3568/ncg_goldberg.html

  • Comment on Re: Answer: Is there an isArray() in Perl?

Replies are listed 'Best First'.
Re^2: Answer: Is there an isArray() in Perl?
by jdporter (Paladin) on Mar 08, 2008 at 20:57 UTC

    Right. That makes it inappropriate as an isArray function, since it returns false for some arrays.