Hi list, Recently i've been learning a bit of C programming. I used data structures and then linked lists .. Does perl have this concept? Linked list helps in good memory management. Does perl automates memory management for us? Also, all the C variables are bound to be declared at the top, so that the program can allot memory for them. But this is not the case with perl where variables come and go with scope. What if not enough memory is available?
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/