Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: data transformation

Re: data transformation

From: Mladen Gogala <mgogala.SPAM_ME.NOT_at_verizon.net>
Date: Thu, 15 Feb 2007 01:42:05 GMT
Message-ID: <NTOAh.3403$5M1.1605@trndny01>


On Tue, 13 Feb 2007 20:29:28 -0500, Chris F.A. Johnson wrote:

> Do you mean that in NY, my book is in the adult section?

Probably, together with my PHP/Oracle book.

>

>> This is how you write it:
>>
>> $ perl -ne 'chomp; foreach $i (split /;/) { print "$i;\n"; }' log

>
> <shudder>

Perl is truly portable. Shell and AWK are not. I admit that shell and AWK are smaller then Perl and that the strain on resources will probably not be as big as the one caused by invoking the Perl interpreter.

-- 
http://www.mladen-gogala.com
Received on Wed Feb 14 2007 - 19:42:05 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US