Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: TIMTOWTDI/golf - counting backwards

by trs80 (Priest)
on Jan 28, 2002 at 21:25 UTC ( [id://142117]=note: print w/replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-16 10:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found