in reply to I need a regExp to add spaces

if($Coverage_entry_date != "")
The ne operator determines string inequality in Perl:
if($Coverage_entry_date ne "")
see perlop for details.