in reply to Re^4: ajax in perl cgi
in thread ajax in perl cgi

Regarding that particular warning, CGI::Ajax could use an update for the latest version of CGI

You need more info, use

$pjx->DEBUG(1); # turn debugging on, check your web server logs $pjx->JSDEBUG(2); # turn javascript debugging on, no javascript comp +resstion
and report back

Replies are listed 'Best First'.
Re^6: ajax in perl cgi
by chella2104@gmail.com (Sexton) on Mar 25, 2016 at 09:09 UTC
    I added this two lines But same message print error log file Please give some another method to perform ajax in perl cgi
      Where did you add them? Add it Before output html