Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Use radio noise to make (non-critical) decisions...

by Aristotle (Chancellor)
on Jan 11, 2003 at 20:28 UTC ( [id://226125]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    exit if $ans=~/^leave$/i;
  2. or download this
    exit if "leave" eq lc $ans;
  3. or download this
    my $answer = entangle(map { 1 => $_ }
        'Outlook Good',
        'Outlook Not So Good',
    ...
        'Reply Hazy, Try Again',
        'As I See It, Yes',
    );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://226125]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-03-19 07:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found