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
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