Is there a way when creating how a link looks to have it do something for every link that does not fit a requirement? For example if you want every entry to link to the author's email, except for those with ceglobe@ceglobe.com in the address.
if ($rec{'Comtact Name'} !!!"does not "!!!eq "ceglobe@ceglobe.com") { $output .= qq| <a href="mailto:$rec{'Contact Email'}">$rec{'Contact Name'}</a>|; }
Any ideas how to make this work? thanks,
------------------
Nicholas Clark
if ($rec{'Comtact Name'} !!!"does not "!!!eq "ceglobe@ceglobe.com") { $output .= qq| <a href="mailto:$rec{'Contact Email'}">$rec{'Contact Name'}</a>|; }
Any ideas how to make this work? thanks,
------------------
Nicholas Clark

