Why thank you.  :)

On Wed, 2003-10-01 at 13:29, Govindan K wrote:
> Thank God for Jared 
> 
> <-----Original Message----->
> 
>                From: Tanel Poder
> Sent: 10/1/2003 10:37:55 AM
> To: [EMAIL PROTECTED]
> 
> 
> Thank God for Perl and Mladen ;)
>  
> Tanel.
>  
> ----- Original Message ----- 
> 
>       From: Johan Muller <mailto:[EMAIL PROTECTED]>  
>       To: Multiple recipients of list ORACLE-L
> <mailto:[EMAIL PROTECTED]>  
>       Sent: Wednesday, October 01, 2003 8:24 PM
>       Subject: Re: UNIX : script help/input
> 
>       Mladen,
>        
>       It worked! 
>        
>       Heartfelt thank you from the evangelized perl crowd (now watch
> the list-owner grin).
>       
>       Mladen Gogala < [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]> > wrote:
> 
>               #!/usr/bin/perl -w
>               use strict;
>               use bytes;
>               my ($NAME,$IP,@LB);
>               while (<>) {
>               chomp;
>               @LB=split /\s+/;
>               if ($LB[0] =~ /^name:/i) {
>               $NAME=$LB[1];
>               }
>               if ($LB[0] =~ /^address:/i) {
>               $IP=$LB[1];
>               write;
>               }
>               }
>               format STDOUT=
>               @<<<<<<<<<<<<<<<<<< ,@<<<<<<<<<<<<
>               $NAME,$IP
> 
> 
> _______________________________________________________________
> Get Your 10MB account for FREE at http://mail.arabia.com !
> Access MILLIONS of JOBS NOW!
> <http://ads.arabia.com/?SHT=text_email_english> 


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jared Still
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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