Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Competition: deceptive code

by sfink (Deacon)
on Jan 12, 2008 at 07:38 UTC ( [id://662040]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      if (undef($a) || undef($b)) { ... }
    
  2. or download this
      if ($a = 1) { ... }
    
  3. or download this
      my ($key, $value) = s/(\w+)=(.*)/$1: $2/;
    
  4. or download this
      for my $splort (foo()) {
        do {
    ...
        } until (happy($splort));
        print "happy or root\n";
      }
    

Log In?
Username:
Password:

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

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

    No recent polls found