On Sun, 2008-09-07 at 09:30 -0700, Melroy wrote:
> Hi all,
> I want to benchmark a bunch of running processes using Perl , but I
> could not find any equivalent for the unic time coammnd in perl? Can
> someone point to me
> if such a function exists in perl? The only command I found was
> "times",
> but I don't know how to use it. doing a websearch did not help.
> Thanks
> 
> 

use Benchmark;

# See `perldoc Benchmark` for details.


-- 
Just my 0.00000002 million dollars worth,
  Shawn

"Where there's duct tape, there's hope."
        Cross Time Cafe

"Perl is the duct tape of the Internet."
        Hassan Schroeder, Sun's first webmaster


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to