hi,
What is the difference between undef($variable _name) and
$vaiable_name = undef;? And is there any function in perl which dynamically deallocates the allocated memory for scalars? same question for lists and hashes.
Thanks & Regards,
Pavan Kumar
What is the difference between undef($variable _name) and
$vaiable_name = undef;? And is there any function in perl which dynamically deallocates the allocated memory for scalars? same question for lists and hashes.
Thanks & Regards,
Pavan Kumar
Comment