Help for this page
my $PDF = ...; # read PDF binary contents from file my $LOGSTR = ...; # read LOG file contents ... my $c = ... # controller ... $c->render(json => $data); # $data as above
function ajaxit( url, // server endpoint ... // do the same for logstr // or, since it is text, display it in the div verbatim }