Help for this page
my $ref_show = \&Show_HTML; my $show = $ref_show->($env); print $pjx->build_html( $cgi, $show);
<code> print $pjx->build_html( $cgi, \$Show_HTML($env) );