in reply to Re^5: CGI::Ajax No head/html tags, nowhere to insert. Returning javascript anyway. (mini-if ternary)
in thread CGI::Ajax No head/html tags, nowhere to insert. Returning javascript anyway.
do { if( ... ) { ...; $return->last_statement; } }
extra parenthesis -MO=Deparse,-p style
( ( if_condition_true() ) ? ( then_return_this() ) : ( else_return_this() ) )
:D
|
|---|