|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: How to implement Linked Listby rinceWind (Monsignor) |
| on Dec 18, 2006 at 12:07 UTC ( #590417=note: print w/ replies, xml ) | Need Help?? |
|
Perl has built in fully dynamic data structures - arrays and hashes. These are in most cases sufficient for resident data needs. Can you explain why you need a linked list - is this a practical application or an academic exercise? Here's something cobbled together - a class that will give you linked list:
--
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||