my $html = $dashboard->_process_list_of_households(); print STDERR "We made it back to cgi script.\n"; if(defined($html)){ print STDERR "canvas_hh_screen.cgi says that \$html is: $html \n"; print $html; } else { print STDERR "\$html remains undefined for some reason.\n"; }