Help for this page
if ($value ne "") { print "the value contains characters\n"; }
if ($value eq "") { print "the value contains no characters\n"; }