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.
|
|---|