RE: HOWTO:Dynamically getting all of the global variables and their v alues

2003-07-01 Thread Charles K. Clarkson
Ken Lehman <[EMAIL PROTECTED]> wrote: : : I would like to write a function that will get : all the global variables that are declared in : my script plus their values( which will all : be strings if that matters). This is what I : have so far: : : my ( $varName, $globValue ); : : while ( ($varN

RE: HOWTO:Dynamically getting all of the global variables and their v alues

2003-07-01 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Ken Lehman wrote: > I would like to write a function that will get all the global > variables that are declared in my script plus their values( which > will all be strings if that matters). This is what I have so far: > Why use global variables when you could use a hash which gives you a