diff options
Diffstat (limited to 'pod/perlfaq4.pod')
-rw-r--r-- | pod/perlfaq4.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod index f8aa1623ef..80b36c9b71 100644 --- a/pod/perlfaq4.pod +++ b/pod/perlfaq4.pod @@ -1577,7 +1577,7 @@ reallocate less memory, or quickly insert elements in the middle of the chain. Steve Lembark goes through the details in his YAPC::NA 2009 talk "Perly -Linked Lists" ( http://www.slideshare.net/lembark/perly-linked-lists ), +Linked Lists" ( http://www.slideshare.net/lembark/perly-linked-lists ), although you can just use his C<LinkedList::Single> module. =head2 How do I handle circular lists? |