http://www.perlmonks.org?node_id=991498


in reply to Re^2: Simple Perl print() output redirect to html/webpage.
in thread Simple Perl print() output redirect to html/webpage.

Can I create another CGI script and call it from within just to print my lines?
Why not? You can use the backtick operator or do + Capture::Tiny to get the stdout of your script.
Sorry if my advice was wrong.
  • Comment on Re^3: Simple Perl print() output redirect to html/webpage.