use lib "/home/ken/modules/Apache-SSI/blib/lib"; use Apache::SSI; use Benchmark; my $text = ''; $p = new Apache::SSI($text); timethis(10000, '$::p->get_output()');