Text::KwikiFormatish on Win32 system

2004-05-12 Thread Hoenie Luk
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

How to autouse Statistics::Descriptive?

2003-09-25 Thread Hoenie Luk
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