Help for this page

Select Code to Download


  1. or download this
    
    my $ref_show = \&Show_HTML;
    my $show = $ref_show->($env);
    print $pjx->build_html( $cgi, $show);
    
  2. or download this
    <code>
    print $pjx->build_html( $cgi, \$Show_HTML($env) );