P
01.09.2015 12:48 AM kirjutas kuupäeval "Amelia Ireland" <aireland@lbl.gov>:

>
> (  Capturing STDOUT feels like a dirty solution--I'd much sooner the app returned data that could be used to populate templates--but it's really the only viable option at the moment.

If your legacy CGI code uses print all the way, you could replace CORE::print with a local gatherer function. How it feels
? It seems much clearer to me.