sacco has asked for the wisdom of the Perl Monks concerning the following question:
sub whatever { . . $counter{$idx} = $time{$idx}->repeat(1000 => sub { $timev{$idx} = sprintf("%s",ctm($start_time{$idx})); }); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: concurrent repeat events
by eserte (Deacon) on Apr 02, 2004 at 09:28 UTC | |
|
Re: concurrent repeat events
by simonm (Vicar) on Apr 01, 2004 at 23:24 UTC | |
by sacco (Beadle) on Apr 02, 2004 at 01:46 UTC |