Javier writes..

>Is there any way for me to find out which hashes are on 
>memory? The thing goes like this. I have a cgi script. I have 
>a whole bunch of hashes loaded into memory. I use each one of 
>those hashes individually for drop down boxes. However, I want 
>a function to run through all available hashes and write out 
>the values on HIDDEN input fields.

Are they lexical or package variables? You can get them if they're
package variables, not sure about lexicals - no way that I know of to
get those.

-- 
  Jason King
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to