Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Printing Some Output

by fletcher_the_dog (Friar)
on Aug 01, 2003 at 16:36 UTC ( [id://280037]=note: print w/replies, xml ) Need Help??


in reply to Printing Some Output

#! /usr/bin/perl use warnings ; use strict ; use Time::localtime ; my $start = ctime() ; my $one = 1 ; until ($one == 100001) { print $one."\n" if not ++$one % 500; } my $end = ctime() ; print "Started $start\n Ended $end\n\n" ;

Log In?
Username:
Password:

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

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

    No recent polls found