Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Running a Perl Quiz Night

by eyepopslikeamosquito (Archbishop)
on Apr 25, 2007 at 13:02 UTC ( [id://611993]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @sqrt_results;
    for my $result (@results) {
        push @sqrt_results, sqrt($result);
    }
    
  2. or download this
    $x = 'BUZZ';
    $x++;
    print $x;
    
  3. or download this
    select((select($fh), $|=1)[0]);
    
  4. or download this
    (pattern)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-19 13:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found