in reply to Re: PC Problems with pp
in thread PC Problems with pp

Your client/friend should run the executable from DOS-Box, so he gets an error message. That should be helpful.

Good idea. Thanks.

If you use modules with XS, you may have to add the .dlls with pp's -l (add library) option.

Also very helpful. Any idea how I could check that with the two modules, WWW::Mechanize and HTML::TableExtract? If they use HTML::Parser, is that likely to involve XS?



($_='kkvvttuu bbooppuuiiffss qqffssmm iibbddllffss')
=~y~b-v~a-z~s; print

Replies are listed 'Best First'.
Re^3: PC Problems with pp
by dannoura (Pilgrim) on Feb 04, 2006 at 14:18 UTC

    HTML::Parser does have c files so I guess it uses XS. How about using PAR?. The docs say: It supports loading XS modules by overriding DynaLoader bootstrapping methods;