in reply to Re: Catching errors in embedded Perl
in thread Catching errors in embedded Perl

Understood. However, the program itself is a large server and the Perl code consists of add-on modules written by users for themselves to add functionality. While ideally each user would run their code through 'perl -c' ahead of time, I don't want to punish them for a bug in their Perl code with a crash of the entire server that may be supporting other requests.