Re: Check names of variables

2004-02-11 Thread John W. Krahn
Benjamin Walkenhorst wrote: > > Hello everybody, Hello, > I've written a perl-module that stores some settings in a DBM-hash. > Currently, the module checks if certain keys have defined values in the > hash and if so, it copies the values belonging to those keys to the > corresponding variables.

Re: Check names of variables

2004-02-11 Thread Benjamin Walkenhorst
Hello, On Wed, 11 Feb 2004 07:20:45 -0700 "Wiggins d Anconia" <[EMAIL PROTECTED]> wrote: > But lets not go there first. What is with all of the copying in and > out of hashes? What is the point? Generally you shouldn't need to do > this type of thing, it usually indicates a problem elsewhere. A

Re: Check names of variables

2004-02-11 Thread Wiggins d Anconia
> > Benjamin Walkenhorst wrote: > > >Hello everybody, > > > >I've written a perl-module that stores some settings in a DBM-hash. > >Currently, the module checks if certain keys have defined values in the > >hash and if so, it copies the values belonging to those keys to the > >corresponding varia

Re: Check names of variables

2004-02-11 Thread Jan Eden
Benjamin Walkenhorst wrote: >Hello everybody, > >I've written a perl-module that stores some settings in a DBM-hash. >Currently, the module checks if certain keys have defined values in the >hash and if so, it copies the values belonging to those keys to the >corresponding variables. >These vari

Check names of variables

2004-02-11 Thread Benjamin Walkenhorst
Hello everybody, I've written a perl-module that stores some settings in a DBM-hash. Currently, the module checks if certain keys have defined values in the hash and if so, it copies the values belonging to those keys to the corresponding variables. These variables are filled with default values