In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Jeff 'Japhy' Pinyan) writes:
>On Nov 22, sharan said:
>
>>Is there any special variable which contains list of variable and sub
>>routines in current scope. I would like to know dynamically if any and
>>release them, if i don't need them.
>
>You
On Nov 22, sharan said:
>Is there any special variable which contains list of variable and sub
>routines in current scope. I would like to know dynamically if any and
>release them, if i don't need them.
You can look through the %main:: hash to see the variables that exist in
the main:: package.