Hi, Jesse.
The example of cgiapp_postrun() usage in V 3.1 documentation does not
work. Namely, the old output should be replaced with
$$output_ref = $new_output;
rather than
$output_ref = \$new_output;
$$output_ref = $new_output replaces the contents of $output_ref rather
than pointing $output_ref to a different address and forgetting it,
because $output_ref is local to cgiapp_postrun and is not used by run().
$_[1] = \$new_output;
also works.
Otherwise I am very happy with cgiapp_postrun.
Thanks.
Arkady.
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]