in reply to Any Way To Distinguish Undef From Empty Parameters When Using CGI.pm's Param() function?

Browsers are free not to return unfilled fields. What will you do then?

But as for detecting the differences between an unsent field and a sent field, the other answers in this thread are fine, to use the defined function.

-- Randal L. Schwartz, Perl hacker

  • Comment on Re: Any Way To Distinguish Undef From Empty Parameters When Using CGI.pm's Param() function?