in reply to Re: marking time during function call
in thread marking time during function call
A simple script would be like
@march = `cleartool find /vobs/41Rational_Val/. -all -print`; while (<@march>) { ### processing... done } print "\n"; close(@march);
This using the Smart Comments module. But it waits until the load of the array finishes before displaying the progress.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: marking time during function call
by QM (Parson) on Jun 17, 2015 at 16:00 UTC | |
by lycanhunter (Initiate) on Jun 17, 2015 at 16:42 UTC |