"would *also* fail" - um, no it wouldn't, because it explicitly returns a scalar undef. I've tested it.
Of course, what it would do is change an array assignment:
# from @array=(); # to: @array=(undef);
Which would be an unacceptable change to existing behavior (exists $array[0] value would change from empty string to 1).
In reply to Re^3: Unexpected CGI param behavior
by cLive ;-)
in thread Unexpected CGI param behavior
by cLive ;-)
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |