Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Time::HiRes 'time';
    ...
    
    my $begin = time;
    print $str =~ $re, ' ', time-$begin, "\n";