Re: Timing an operation

2003-12-19 Thread drieux
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

Timing an operation

2003-12-19 Thread HENRY,MARK (HP-Roseville,ex1)
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