in reply to Re: os upgrade breaks cgi
in thread os upgrade breaks cgi

That SIG DIE line can be replaced with

use Carp::Always;

Assuming you first install the module, of course.