Help for this page
print OUT "\"$_\" + "; #as print OUT qq`"$_" + `;
print OUT qq`"$_" + ` if $_; #or $_ && print OUT qq`"$_" + `;