Hi all,
It seems I confused you from my question, I will
reformat it in different way:
When Compiling Perl in Static mode...then
Compiling DBI Module...then
build a new perl executalbe with DBI statically linked
into it.....then
If I move this Perl executalbe to an exact identical machine,
do I need anything other the Perl executable???
I tried to run a small script
#!/tmp/perl -w
use DBI;
print("\nHi \n");
When I run the script, the Perl comlains that DBI.pm is not there,
so do I need to move also DBI.pm with the executalbe?,
Am I missing anything,
feed back please.
Regards,
Mahdi.