in reply to perl program status
Coming in a bit late into the debate, but what the hell..
A lot of my work looks like this too. Here are some rules of thumb I have come up with.
and maybe add a few different state variables in there too.my $count = 0; while( 1 ) { print "\t$count\n" unless ++$count % 100_000; }
HTH
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 2: perl program status
by tilly (Archbishop) on Apr 06, 2001 at 06:40 UTC |