out through stdout through the command line, and it
works fine.
-Ursprüngliche Nachricht-
Von: Thomas Kenyon
Gesendet: Montag, 23. September 2019 14:52
An: modperl@perl.apache.org
Betreff: STDOUT Problem migrating a site to mod_perl
I have run into an odd problem when migrating a
I have run into an odd problem when migrating a site to use mod_perl.
The script in question, builds some postscript into a variable, then
uses psconvert (from Postscript::Convert) to change that into a png and
sends that back to the webserver. (headers are set up earlier in the
script).
Thi