Voodoo Raja wrote:
> Hi there
> 
> I have got a script running..
> 
> Its ment to  repeat  a particular sub routine using the "after" syntax
> 
> All i want to do is clear everything in buffer ... since it eats up
> the memory
> 
> 
> I do not need any varaibles which I have defined in the sub.

If they are all declared with "my" or "local", they will automatically be
deleted when the sub exits, as long as no global references to them are
maintained.

> 
> there are more then enough to init manually.
> 
> Is there any command I can use to kill any constants assigned.

One trick is to have your script exec() itself.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to