How do you specify an empty value when using the param method
from the CGI module?
I am trying to write a conditional of the form:
if ($query->param($key)== "" ){........}
but this seems to always evaluate to true whether
the key has a value or not.
Thanks for the help.