<& /elements/header-logo.html, { title => 'Find Census Tract Map', head => $head, } &>

Please select your location on the map

 

Census Tract:

<%init> local $SIG{__DIE__}; #disable Mason error trap my $DEBUG = 0; my $head = ' '; my $census_year = $cgi->param('census_year'); my $pre = $cgi->param('pre'); my $zip_code = $cgi->param('zip_code'); my $address = $cgi->param('address'); my $loc = $zip_code ? $zip_code : $address;