Hi guys,
I was wondering if Perl supports objects (like structures in C and class in Java), where you can define your own datatypes.
I would like to store string and an array as one object. I have to recursively go into them. So the thought of creating object came to my mind.
Thanks.