|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
How can I make the Perl equivalent of a C structure/C++ class/hash or array of hashes or arrays?by faq_monk (Initiate) |
| on Oct 08, 1999 at 00:20 UTC ( #635=perlfaq nodetype: print w/ replies, xml ) | Need Help?? |
|
Current Perl documentation can be found at perldoc.perl.org. Here is our local, out-dated (pre-5.6) version: Use references (documented in the perlref manpage). Examples of complex data structures are given in the perldsc manpage and the perllol manpage. Examples of structures and object-oriented classes are in the perltoot manpage.
|
|