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).
|
|---|
| 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 |