Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
thanks for helping!... my $count = 0; foreach my $rec ( @{$names} ) { $count++; sleep(10) if $count / 10 == 100; ... } ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Sleep and Perl
by toolic (Bishop) on Dec 15, 2015 at 20:17 UTC | |
by flexvault (Monsignor) on Dec 16, 2015 at 05:59 UTC | |
by derby (Abbot) on Dec 16, 2015 at 11:53 UTC | |
by SuicideJunkie (Vicar) on Dec 16, 2015 at 14:53 UTC | |
by flexvault (Monsignor) on Dec 16, 2015 at 18:36 UTC | |
by flexvault (Monsignor) on Dec 16, 2015 at 18:39 UTC |