Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Looping

by screamingeagle (Curate)
on Jun 25, 2002 at 19:17 UTC ( [id://177178]=note: print w/replies, xml ) Need Help??


in reply to Looping

this should work :
use strict; my $val = sprintf("%4d", (localtime(time))[5]+1900); while ($val >= 1903) { print "\nval : $val"; --$val; }

Log In?
Username:
Password:

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

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

    No recent polls found