<?xml version="1.0" encoding="windows-1252"?>
<node id="307747" title="Re: Get Time Diff *without* Date::Manip" created="2003-11-17 12:36:48" updated="2005-06-15 14:21:45">
<type id="11">
note</type>
<author id="81423">
ehdonhon</author>
<data>
<field name="doctext">
&lt;P&gt;I guess it depends on what you mean by "External".  The [cpan://Benchmark] module is part of the core Perl distro, and does exactly what you want.  (from the pod):&lt;/P&gt;
&lt;CODE&gt;
    use Benchmark;
    $t0 = new Benchmark;
    # ... your code here ...
    $t1 = new Benchmark;
    $td = timediff($t1, $t0);
    print "the code took:",timestr($td),"\n";
&lt;/CODE&gt;</field>
<field name="root_node">
307729</field>
<field name="parent_node">
307729</field>
</data>
</node>
