>>>>> "SA" == System Administrator <root@castle.hawkbane.net> writes:
SA> What exactly has to be called to not get the error 9?
I don't think the numbers really mean anything, but it generally indicates
Perl erroring out somehow. Sometimes a simple 'perl -c' on the script will
show you; sometimes redirecting STDOUT and STDERR somewhere will show you
what's going on. Or it may be enlightening to su to the appropriate user
and pipe a complete message (perhaps even with the "From " line prepended)
into the script.
- J<
References:
|
|