On Dec 18, 2003, at 4:22 PM, HENRY,MARK (HP-Roseville,ex1) wrote:
[..]
Any other recommendations?
[..]
cf perldoc time
my $starttime = time;
cmd_foo_here
my $stoptime = time;
ciao
drieux
---
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EM
Dear All,
Merry Christmas!!
Wondering if someone can recommend the best way to time an operation within
a script.
I'm using Net:FTP to check transmission times on files to various computers
for later comparison.
I see the benchmark module, but I'm thinking take a timestamp, running the
ftp tr