Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: RE: Dba tools on NT
You know, I miss that 'Part-Time Perl Evangelist' tagline... :)
Brian
-----Original Message-----
Sent: Thursday, August 15, 2002 9:44 AM
To: Multiple recipients of list ORACLE-L
Jared Still, Oracle DBA and part-time Perl defender... 2 full-time jobs!!
-----Original Message-----
Sent: Thursday, August 15, 2002 12:53 AM
To: Multiple recipients of list ORACLE-L
As with any language, it's assumed that the developer will attempt to learn the language. :)
This is pretty simply stuff, and very readable to folks with smattering of Perl knowledge.
Jared
On Wednesday 14 August 2002 20:38, Grabowy, Chris wrote:
> How many developers can maintain that "cryptic" Perl code?
>
> Come over to the light...don't be afraid.
>
> Chris
>
> PS. 20 alpha characters...and about 25 special characters in that bit
of
> code.....hmmmmm, not going to say anything about that.
>
>
> -----Original Message-----
> To: ORACLE-L_at_fatcity.com
> Cc: Grabowy, Chris
> Sent: 8/14/2002 2:03 PM
>
> How many of those "non-cryptic" languages can dump a table
> to a CSV file in 2 lines of (readable ) code?
>
> while ( my $ary = $sth->fetchrow_arrayref ) {
> print q{"} . join(q{","},@{$ary}) . qq{"\n};
> }
>
> Come over to the dark side Chris. ;)
>
> Jared
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Orr, Steve INET: sorr_at_rightnow.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Brian McGraw INET: brian.mcgraw_at_infinity-insurance.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Aug 15 2002 - 11:18:55 CDT
![]() |
![]() |