-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bruce,
What you want to use is `perl -d file.pl `
Steve
Bowen, Bruce wrote:
> I've read my Llama book and been out to goggle on this and while I've found
> data that suggests it is possible to step thru a script file, I've yet to
> figure out th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kathy,
I'm not sure exactly what problem you are having. When I ran your code below
(after putting a
semi-colon after `my $where`), I got the result of `where = 4` which is the
index of the letter N in
the $dateTime string. What is it you are exp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jay,
You need to set the PERL5LIB path to include the directory of the DBI.pm
module.
Steve
Jay Caviness wrote:
> I have discovered that my Oracle installation has the DBI.pm module in
> it. I really want to use this, but don't know how to have
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gerard,
I believe the answer you are looking for is this from `perldoc -f each`:
When the hash is entirely read, a null array is returned in
list context (which when assigned produces a false (0) value),
and "undef" i