The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html><head><title>slidez</title><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><meta http-equiv="Content-Style-Type" content="text/css" /><link rel="stylesheet" href="style.css" type="text/css" /><script type="text/javascript">var next="022.html"
var down=0; document.onmousedown=function(e) { down=1 }
           document.onmousemove=function(e) { down=0; }
document.onmouseup=function(e) {
if(down == 1) {window.location = next;}; }
var prev="020.html"
var first="001.html"
var last="023.html"
  document.onkeypress=function(e) {
    var e=window.event || e
    var n=e.keyCode || e.which
    switch (n) {
      case 32 : window.location = next; break;
case 8  : window.location = prev; break;
case 36 : window.location = first; break;
case 35 : window.location = last; break;
    }
  }
</script></head><body><div class="slide"><div class="cell"><div><h3>Help!</h3></div><div class="auto left" style="width: 18.75em"><ul><li>Needs more tests</li><li>varify results not built yet</li><li>other events would be nice</li><li>I wrote the docs (eep!)</li><li><a href="http://search.cpan.org/dist/Tool-Bench/">Tool::Bench</a> on CPAN</li><li><a href="http://github.com/notbenh/tool_bench">Tool::Bench</a> on github</li></ul></div></div></div></body></html>