Re: Running DBI, ODBC in the crontab
am 14.04.2006 00:16:01 von jseger------=_Part_16476_25754827.1144966561540
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
I think we can probably end this thread now. If I hadn't been so
tired....it was the middle of the night...I'd have just had him run perl -V
to get his @INC arrary. Cleaner than any of this.
On 4/13/06, Dr.Ruud
>
> "JupiterHost.Net" schreef:
> >> Dr.Ruud:
> >>> Jeffrey Seger:
>
> >>>> perl -MData::Dumper -e' print Dumper @INC'
> >>>
> >>> Alternative:
> >>> perl -MData::Dumper -e' print Data::Dumper->Dump([\@INC],
> >>> [qw(*INC)])'
> >
> > Oi, why not much cleaner (code and output):
> >
> > perl -MData::Dumper -e' print Dumper \@INC, \%INC;'
>
> ITYM:
>
> perl -MData::Dumper -e' print Data::Dumper->Dump([\@INC,\%INC],
> [qw(*INC *INC)])'
>
> --
> Affijn, Ruud
>
> "Gewoon is een tijger."
>
>
--
------------------------------------------------------------ ---------------=
-----------------------------------
The darkest places in hell are reserved for those who maintain their
neutrality in times of moral crisis.
Dante Alighieri (1265 - 1321)
They who would give up an essential liberty for temporary security, deserve
neither liberty or security.
Benjamin Franklin
Our lives begin to end the day we become silent about things that matter.
Martin Luther King
Our government can't be bought. The oil companies will never give it up at
any price.
My opinion
------------------------------------------------------------ ---------------=
-----------------------------------
------=_Part_16476_25754827.1144966561540--