B
Bill H
I use tail -f to watch for errors in scripts but sometimes it is hard
to see the errors because other programmers may have scripts
generating errors. Is there anyway in perl to have something show in
the error log without actually generating an error?
What I would like to be able to do is have something like
Program foo.pl started
any errors here
Program foo.pl ended
where foo.pl would put the started and ended line in the error log.
FYI these are not terminal errors I am watching for, but warnings from
pdf::api2 about invalid parameters being used
Bill H
to see the errors because other programmers may have scripts
generating errors. Is there anyway in perl to have something show in
the error log without actually generating an error?
What I would like to be able to do is have something like
Program foo.pl started
any errors here
Program foo.pl ended
where foo.pl would put the started and ended line in the error log.
FYI these are not terminal errors I am watching for, but warnings from
pdf::api2 about invalid parameters being used
Bill H