Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: (TIMTOWTDI / Golf / Obfu) Airplanes in class

by Roger (Parson)
on Oct 04, 2003 at 11:22 UTC ( [id://296492]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print qq{@{[qw/I will not throw paper airplanes in class./]}\n} for 1.
    +.500;
    
  2. or download this
    for ($i=0;$i<500;$i++) {
      printf("I will not throw paper airplanes in class.\n");
    }
    
  3. or download this
    my $line = <DATA>;
    map { print $line } 1..500;
    __DATA__
    I will not throw paper airplanes in class.
    
  4. or download this
    $line="\n.ssalc ni senalpria repap worht ton lliw I";
    print join'',reverse split//,$line for 1..500;
    
  5. or download this
    %x=qw/airplanes 5 class. 7 I
    0 in 6 not 2 paper 4 throw 3
    ...
    ]}map{[$_, $x{$_}]}keys %x]}
    } for 1..length 'x' x 2 x 5
    x 5 x 5 x 2; $a;$b;$c;$d;$e;
    
  6. or download this
    while(<DATA>){chomp,m/^(\d+)\s+(.*)/,$p[$1]=$2}{
      redo if ($p[++$pc] eq undef);
    ...
    110   NEXT J
    120 NEXT I
    130 END
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (1)
As of 2024-04-25 00:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found