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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Ksh Misbehaves - Needs The Nanny

Re: Ksh Misbehaves - Needs The Nanny

From: Mladen Gogala <mgogala_at_allegientsystems.com>
Date: Tue, 05 Apr 2005 17:18:52 -0400
Message-ID: <425300BC.6050702@allegientsystems.com>


Post, Ethan wrote:

>One small change is required, I changed cat.file to...
>
>1 4
>2
>3
>
>
>

Ethan, your script would be much easier to write if it started with:

#!/usr/bin/perl -w
use strict;

You could then say something like:
split /\s+/;
$A=$_[0];
$B=$_[1];
......

Ite missa est, perl is the best.

-- 
Mladen Gogala
Oracle DBA
Ext. 121


--
http://www.freelists.org/webpage/oracle-l
Received on Tue Apr 05 2005 - 17:22:45 CDT

Original text of this message

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