Re: Running DBI, ODBC in the crontab

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 wrote:
>
> "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--

Re: Running DBI, ODBC in the crontab

am 14.04.2006 09:40:50 von rvtol+news

Jeffrey Seger schreef:
> Dr.Ruud:
>> JupiterHost.Net:
>>>> 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)])'
>
> 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.

You are talking about 'cleaner' again, yet you top-post and you don't
cut signatures and disclaimers (which shouldn't have been included in
the first place, this is not such a private zone) and other 'old' text
that you don't react upon.

Using Data::Dumper is a good tool to know when debugging. There is no
need to go for the VARn-output.

--
Affijn, Ruud

"Gewoon is een tijger."