Hi,

Add 

print "$^X called with: '$0 ".join (" ",@ARGV)."'\n" ;

and maybe, 
print "[EMAIL PROTECTED]:".join ("\n    :",@INC)."'\n" ;

at the top of your test, and you should see the difference which might 
help to locate the problem.

HTH
George
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to