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: [EMAIL PROTECTED]
> 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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to