Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Unexpected CGI param behavior

by cLive ;-) (Prior)
on Jun 25, 2008 at 06:25 UTC ( [id://693891]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Unexpected CGI param behavior
in thread Unexpected CGI param behavior

"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).

Replies are listed 'Best First'.
Re^4: Unexpected CGI param behavior
by ikegami (Patriarch) on Jun 25, 2008 at 07:37 UTC
    Not that situation, the situation where the field is present.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://693891]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-23 21:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found