Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: OT RE: gmail invites
#!/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_at_W2K-stam-swc-02 /tmp
$
-- Mladen Gogala A & E TV Network Ext. 1216Received on Tue Aug 31 2004 - 10:08:54 CDT
> -----Original Message-----
> From: Cary Millsap [mailto:cary.millsap_at_hotsos.com]
> Sent: Tuesday, August 31, 2004 10:46 AM
> To: oracle-l_at_freelists.org
> 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_at_freelists.org =
> [mailto:oracle-l-bounce_at_freelists.org]
> On Behalf Of Boivin, Patrice J
> Sent: Tuesday, August 31, 2004 9:01 AM
> To: 'oracle-l_at_freelists.org'
> 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_at_freelists.org
> 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_at_freelists.org
> 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_at_freelists.org 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 -----------------------------------------------------------------
![]() |
![]() |