>>>>> "Bill" == Bill H <> writes:
Bill> I use tail -f to watch for errors in scripts but sometimes it is hard
Bill> to see the errors because other programmers may have scripts
Bill> generating errors. Is there anyway in perl to have something show in
Bill> the error log without actually generating an error?
Bill> What I would like to be able to do is have something like
Bill> Program foo.pl started
Bill> any errors here
Bill> Program foo.pl ended
Bill> where foo.pl would put the started and ended line in the error log.
Bill> FYI these are not terminal errors I am watching for, but warnings from
Bill> pdf::api2 about invalid parameters being used
warn "started";
....
warn "ended";
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See
http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion