in reply to Re^3: Simple Perl print() output redirect to html/webpage.
in thread Simple Perl print() output redirect to html/webpage.
Beware, though. If you want to embed the script's output in HTML (instead of plaintext as I did there), you need to make sure that it doesn't contain any of the following characters: <>& (and maybe '"). Instead, escape them properly. For that, the pass-through function php supplies doesn't work.
|
|---|