in reply to Re^3: Per CGI::Ajax, different ajax functions on same page
in thread Per CGI::Ajax, different ajax functions on same page
Note: I am new to perlmonks, how do I mark this question as answer, or solved one.my $cgi = new CGI; # cgi # ajax function my $pjx = new CGI::Ajax( 'exported_func' => \&perl_func, 'exported_fun +c_two' => \&perl_func_two); print $pjx->build_html( $cgi, \&Show_HTML);
|
|---|