Text::KwikiFormatish seems like a great module to format Wiki text into HTML.
However, when I install it and run it on my Windows XP system, I got tons
of "Unrecognized escape \p ..." errors. Then the output has a lot of
extraneous anchored links where there should not be any.
Does anybody kn
Has anyone try to delay loading the Statistics module by using autouse? I
can't get it to work.
The usual usage without autouse is this:
use Statistics::Descriptive;
$stat = Statistics::Descriptive::Sparse->new();
But if I autouse with this syntax:
use autouse 'Statistics::Descriptive';
$stat = S