http://www.perlmonks.org?node_id=672505


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

If you work with normal array variables (not a reference ones), then you will never need such function. The sigil @ tells your right away that it's an array.

Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!

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