in reply to Re: Re9: Error module
in thread Error module

The problem is that your @INC array doesn't contain all the directories it needs to contain. Find the directory where Error/Simple.pm is contained, then do a use lib on it.

Look - you're going to simply have to learn how to use packages. I can't be putting fires out for you via PM. If you want, you can hire me to do your Perl programming for you. Either /msg me here or email me at rkinyon@columbus.rr.com. I have very reasonable rates.

P.S: If you're testing a new feature out, don't do it in your production script. Create a test script and never run those as root, unless you have to.

------
We are the carpenters and bricklayers of the Information Age.

The idea is a little like C++ templates, except not quite so brain-meltingly complicated. -- TheDamian, Exegesis 6

Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.