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