perldoc -funtie
or more thoroughly perldoc perltie

untie is the way to go if you're dealing with a tied variable...if
you're not then it won't do anything (or at least it shouldn't).  The
perltie doc will also hint at the greater range of tie'ing available
above database hashes. 

Somu wrote:
> I meant
>
> untie $process ;
>
> instead of the close function. In the docs, it says untie is better
> than close. Why is it so? I only use untie while closing perl database
> hashes..
>
>   


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to