in reply to Re^2: perl loop counter
in thread perl loop counter
#!/usr/bin/perl for (1..6000){ print $_; select (undef,undef,undef,.001); #small delay to see buffering effects }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: perl loop counter
by massa (Hermit) on Jul 18, 2008 at 16:39 UTC |