in reply to Re^3: CGI::Ajax No head/html tags, nowhere to insert. Returning javascript anyway.
in thread CGI::Ajax No head/html tags, nowhere to insert. Returning javascript anyway.

;-) If it's not humor, then, I didn't understand

So can other Perl statements be inserted into above code?

  • Comment on Re^4: CGI::Ajax No head/html tags, nowhere to insert. Returning javascript anyway.

Replies are listed 'Best First'.
Re^5: CGI::Ajax No head/html tags, nowhere to insert. Returning javascript anyway. (mini-if ternary)
by Anonymous Monk on Sep 01, 2013 at 19:13 UTC
      do { if( ... ) { ...; $return->last_statement; } }

      extra parenthesis -MO=Deparse,-p style

      ( ( if_condition_true() ) ? ( then_return_this() ) : ( else_return_this() ) )

      :D