Help for this page

Select Code to Download


  1. or download this
    my $cgi = new CGI;              
    my $pjx = new CGI::Ajax( 'exported_func' => \&perl_func );
    ...
    #rest of HTML code
    return $html;
    }
    
  2. or download this
    my $sec_pjx = new CGI::Ajax( 'exported_func' => \&sec_perl_func );
    print $sec_pjx->build_html( $cgi, \&Show_HTML);