[San-Diego-pm] Help!

Joel Fentin joel at fentin.com
Thu Jun 15 12:00:47 PDT 2017


Here is the code that use to work:

#!/usr/bin/perl -w

use strict;use CGI;
BEGIN{use CGI::Carp qw(carpout fatalsToBrowser);carpout(\*STDOUT);$|=1;}
require '../Utils.pl';
my $Background;
my $co = new CGI;

[more code]

----------------------

If I comment the line that starts with:
BEGIN
The page displays normally. But if I uncomment it, I get a blank page. 
Errors don't print. I use to see errors.

BlueHost has made a change to some version of something. They couldn't 
seem to tell me what. The above program and others didn't change. They 
simply stopped working.

The site is currently working with that line commented everywhere.

I have no idea what's at work here.

-- 
Joel Fentin       tel: 760-749-8863
Personal Website: http://fentin.com


More information about the San-Diego-pm mailing list