xorl has asked for the wisdom of the Perl Monks concerning the following question: ⭐ (arrays)
I need to figure out if an element in an array is an array.
I have something like:
Thanks
I want to test each element and if the element is array I want it to do something special.my @array=("red", "blue", "green", ["purple", "orange"]);
Thanks
Originally posted as a Categorized Question.
Back to
Seekers of Perl Wisdom