in reply to
reset particular variable
You could use
undef
, as either
undef $var;
or
$var = undef;
Comment on
Re: reset particular variable
Select
or
Download
Code
In Section
Seekers of Perl Wisdom