home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky alt.hackers:1355 talk.bizarre:28646
- Path: sparky!uunet!usc!randvax!jim
- From: jim@rand.org (Jim Gillogly)
- Newsgroups: alt.hackers,talk.bizarre
- Subject: Re: Your very own Magic 8 Ball simulator
- Summary: Se dio estus hakero, li hakus perle.
- Message-ID: <3760@randvax.rand.org>
- Date: 3 Sep 92 04:05:43 GMT
- References: <1992Sep1.232614.15386@wdl.loral.com> <1992Sep3.014309.1325@terminator.cc.umich.edu>
- Sender: news@randvax.rand.org
- Organization: Banzai Institute
- Lines: 30
- Approved: B. Banzai
- Nntp-Posting-Host: mycroft.rand.org
-
- #!/usr/bin/perl
-
- srand(time|$$);
- print
- (
- "YES.",
- "You may rely on it.",
- "It is decidedly so.",
- "Yes, definitely.",
- "Without a doubt.",
- "It is certain.",
- "Most likely.",
- "Outlook good.",
- "Signs point to `yes.'",
- "As I see it, yes.",
- "Reply hazy, try again.",
- "Concentrate and ask again.",
- "Ask again later.",
- "Better not tell you now.",
- "Cannot predict now.",
- "My sources say, `No.'",
- "Very doubtful.",
- "Don't count on it.",
- "Outlook not so good.",
- "My reply is: No."
- )[rand(20)] . "\n";
-
- --
- Jim Gillogly
- jim@rand.org
-