Hi,
I want to write a perl script which will run on diverse client
machines. I don't want to force the clients to install any perl
modules, so I want to package them with my script.
So I put the external modules under my app tree and add this path to
@INC when the script starts.
However, I have problems with shared libraries that come with some
modules (specifically HTML::Parser). Sometimes the runtime environment
is not the same as the compile time and I get undefined symbols
(PL_sv_undef in HTML::Parser for Parser.so). Any suggestions as to how
to resolve this issue?
Thanx,
Ittay