in reply to Re^2: CGI::Ajax gives 'null' scriptname
in thread CGI::Ajax gives 'null' scriptname
my $ref_show = \&Show_HTML; my $show = $ref_show->($env); print $pjx->build_html( $cgi, $show);
In stead of
<code> print $pjx->build_html( $cgi, \$Show_HTML($env) );
|
|---|