> 
> How does one "specify the special tag :hireswallclock for Benchmark"
as mentioned here:
>
http://search.cpan.org/~nwclark/perl-5.8.2/lib/Benchmark.pm#:hireswallclock
> 
> TIA
> 
> DMuey

Remember this is open source, you can check yourself... incidentally it
appears that the tag is checked for in the standard 'import' function,
which means the tag is issued similar to other modules' import tags, aka:

use Benchmark qw( :hireswallclock );

Though admittedly that is an odd location in the docs to put such
information and should really have an example to go with it...

At least I think :-) ....

http://danconia.org


--
Boycott the Sugar Bowl! You couldn't pay me to watch that game.

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


Reply via email to