![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: How to implement Linked Listby Hofmator (Curate) |
on Dec 18, 2006 at 12:42 UTC ( #590419=note: print w/replies, xml ) | Need Help?? |
I must agree with rinceWind, I don't see the need for linked lists in your example.
For further reference, chapter 3 of Mastering Algorithms with Perl explains how to implement linked lists in Perl. The following code is an example out of the book:
-- Hofmator Code written by Hofmator and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.
In Section
Seekers of Perl Wisdom
|
|