#Replace Address1 below with the Variable your script
#users to store the Street Address for each record
$AddressMap="$Address1";
#Do not modify the two lines below
$AddressMap=~s/\"//g;
$AddressMap=~s/ /\+/g;
#Replace $City $State and $Zip with the City, State
#and Zip variables that your script uses
$CityStateZip="$City $State $Zip";
#Do not modify the two lines below
$CityStateZip=~s/\"//g;
$CityStateZip=~s/ /\+/g;
#Make sure the print line below spans only a single line and
#does not wrap to a new line. The URL part must NOT contain
#any spaces or hard returns, or your maps will not work
print "Yahoo! Map
\n";