Devel-StatProfiler

 view release on metacpan or  search on metacpan

share/file.tmpl  view on Meta::CPAN

?  my %variables = %{$_[0]};
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link rel="stylesheet" type="text/css" href="statprofiler.css">
<? my ($name, $file_name) = @variables{qw(name file_name)}; ?>
    <title>StatProfiler: <?= $file_name->($name) ?></title>
  </head>
  <body>
?= $variables{include}->('header', $_[0])

share/files.tmpl  view on Meta::CPAN

?  my %variables = %{$_[0]};
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link rel="stylesheet" type="text/css" href="statprofiler.css">
    <script src="sorttable.js"></script>
    <title>StatProfiler: file list</title>
  </head>
  <body>
?= $variables{include}->('header', $_[0])

share/index.tmpl  view on Meta::CPAN

?  my %variables = %{$_[0]};
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link rel="stylesheet" type="text/css" href="statprofiler.css">
    <title>StatProfiler: main report</title>
  </head>
  <body>
?= $variables{include}->('header', $_[0])
    <div id="body-content">

share/subs.tmpl  view on Meta::CPAN

?  my %variables = %{$_[0]};
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link rel="stylesheet" type="text/css" href="statprofiler.css">
    <script src="sorttable.js"></script>
    <title>StatProfiler: subroutine list</title>
  </head>
  <body>
?= $variables{include}->('header', $_[0])



( run in 1.562 second using v1.01-cache-2.11-cpan-49f99fa48dc )