Re: How to find list of variables and sub routines loaded, dynamically.

2002-11-22 Thread Peter Scott
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

Re: How to find list of variables and sub routines loaded, dynamically.

2002-11-22 Thread Jeff 'japhy' Pinyan
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.

How to find list of variables and sub routines loaded, dynamically.

2002-11-22 Thread sharan
Hello, 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. (similary to %INC, which contains list of loaded modules with their path). Thanks Sharan Hiremath -- To unsu