Comment Circular Linked Lists (Score 1) 526
Did you know that circular references are not properly cleaned up by Perl's garbage collector? I doubt you accounted for that in your brilliant 3-line solution.
Looks like MIS Major Down the Hallway's recommendation will cause you to leak memory. Then again that's the kind of solution you'd expect from someone whose idea of education is copy-pasting his way through college using example code from a $20 book.
Looks like MIS Major Down the Hallway's recommendation will cause you to leak memory. Then again that's the kind of solution you'd expect from someone whose idea of education is copy-pasting his way through college using example code from a $20 book.