so, i have a script for keeping track of pages which update themselves - i use lynx to access the pages' source and compare it against a previous checksum... all info is written to a flat text file. This works well and good from a prompt, but i run it using my cron daemon hourly. While on an older server, this worked just fine, i've recently moved to a new openBSD server...hourly, I receive email relating a CHLD error from my cron daemon, forcing a default. yet the script seems to be working properly, as updated pages are logged... any ideas as to whether this is due to CRON interacting poorly with perl, a potential bug in my program that didn't trip any errors on the last server...odd...