in reply to Re^2: XML::Twig - src code working but executable not working
in thread XML::Twig - src code working but executable not working

In case the problem comes from some weird interaction between get_xpath and perlapp, try replacing all the calls to get_xpath( '//foo') by descendants( 'foo') (same with findnodes that you used at one point).

  • Comment on Re^3: XML::Twig - src code working but executable not working

Replies are listed 'Best First'.
Re^4: XML::Twig - src code working but executable not working
by aakikce (Acolyte) on Jun 22, 2007 at 14:58 UTC

    Hello Monks,

    I used PDK 6.0.2.Now I get the correct exe

    Thanks for your replies.

    Aakikce