You'll need to be more specific. There is no explicit memory allocation in perl (well, actually, you can treat a string as a chunk of memory). What exactly do you want to know?
Randy.
I want to whether we have some sort of allocation method as we have in C where we have memory allocated from heap, stack for different types of memory allocations. As far as my knowledge in perl is concerned it runs C code internally. I am not getting how do a variable gets stored with perl.
Thanks for your response.
Regards.. A+
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>