Help for this page

Select Code to Download


  1. or download this
    $c=ord"\cJ";while($c){print$c--.$/};
    
    ...
    for($c=ord"\cJ";$c;$c--){print$c.$/};
    
    $c=ord"\cJ";map{print$c--.$/}(a..j);
    
  2. or download this
    $c=ord"\n";print$c--.$/while$c;