#!/usr/bin/perl -w
use strict;
my %yahoo= ( awho=>"Cary,", bwhat=> "I wholeheartedly agree",
cabout=> "about Java" );
map { print $yahoo{$_}," "; } (sort keys %yahoo);
print "!\n";
$ ./cary.pl
Cary, I wholeheartedly agree about Java !
MladenG@W2K-stam-swc-02 /tmp
$
--
Mladen Gogala
A & E TV Network
Ext. 1216
> -----Original Message-----
> From: Cary Millsap [mailto:cary.millsap@xxxxxxxxxx]
> Sent: Tuesday, August 31, 2004 10:46 AM
> To: oracle-l@xxxxxxxxxxxxx
> Subject: RE: OT RE: gmail invites
>
>
> ...and Java. :)
>
>
> Cary Millsap
> Hotsos Enterprises, Ltd.
> http://www.hotsos.com
> * Nullius in verba *
>
> Upcoming events:
> - Performance Diagnosis 101: 9/14 San Francisco, 10/5
> Charlotte, 10/26 Toronto
> - SQL Optimization 101: 8/16 Minneapolis, 9/20 Hartford,
> 10/18 New = Orleans
> - Hotsos Symposium 2005: March 6-10 Dallas
> - Visit www.hotsos.com for schedule details...
>
>
> -----Original Message-----
> From: oracle-l-bounce@xxxxxxxxxxxxx =
> [mailto:oracle-l-bounce@xxxxxxxxxxxxx]
> On Behalf Of Boivin, Patrice J
> Sent: Tuesday, August 31, 2004 9:01 AM
> To: 'oracle-l@xxxxxxxxxxxxx'
> Subject: RE: OT RE: gmail invites
>
> It's a fad. Like glow sticks, SUVs and hoola hoops.
>
> : )
>
> Also because other web-based mail accounts don't seem to
> create happy = users, they are looking for alternatives.
>
> Patrice.
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to: oracle-l-request@xxxxxxxxxxxxx
> put 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------
>
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to: oracle-l-request@xxxxxxxxxxxxx
> put 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------
>
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------