# from Mock, George
# on Tuesday 01 April 2008 14:43:

>The executables work fine on Windows and Linux machines.  Except one
>customer of mine, who is running a Linux executable, see this error:
>
>    Can't locate object method "new" via package "XML::Parser" at
>    XML/Simple.pm line 404

That's quite an odd first error (vs e.g. cannot locate module) for a 
PAR.  Is there an unchecked eval {require XML::Parser} or something?  
My XML/Simple.pm has a croak() on line 397 for that.

Perhaps require() is returning a true value without loading the package?

I guess we need to know which linux distribution and similar details.

--Eric
-- 
"...our schools have been scientifically designed to
prevent overeducation from happening."
--William Troy Harris
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to