I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-05-20 06:36:27-07 by gerhard
File Coverage output: Multiple output lines for use statements
In the File Coverage output I typically get 3 output lines per single use statement, e.g.
1 2 0 use strict; 2 0 2 0
What is the meaning of the 2nd and 3rd line?
Direct Responses: Write a response