l Gardner
> Cc: Robert Thompson; [EMAIL PROTECTED]
> Subject: Re: Data::Dumper and eval question
>
>
> The more I thought about it, Data::Dumper has little to
> do with the exact problem I am having, but the way it works
> constricts me to using particular steps in my sc
From: Robert Thompson <[EMAIL PROTECTED]>
> The more I thought about it, Data::Dumper has little to do with the
> exact problem I am having, but the way it works constricts me to
> using particular steps in my script. Data::Dumper is a utility to
> build simple text based dat
The more I thought about it, Data::Dumper has little to do with the exact
problem I am having, but the way it works constricts me to using particular steps in
my script. Data::Dumper is a utility to build simple text based databases. Basically
what it does is take input data, escapes an
From: Robert Thompson <[EMAIL PROTECTED]>
> I am using Data:Dumper in a script and am running into a problem with
> "use strict" and eval. Basically the conundrum is that the data I
> will be loading from the Data::Dumper file is going to be based off
> input to the final scr
Tuesday, December 11, 2001, 1:09:06 AM, Robert Thompson wrote:
> I am using Data:Dumper in a script and am running into a problem with "use
>strict" and eval. Basically the conundrum is that the data I will be loading from the
>Data::Dumper file is going
> to be based off input to the f
Hello List,
I am using Data:Dumper in a script and am running into a problem with "use
strict" and eval. Basically the conundrum is that the data I will be loading from the
Data::Dumper file is going to be based off input to the final script, so it may not be
the same for each run of t