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