Now, my problem is that I'm unable to make this function works. Here is the code I use within the cgiapp_postrun method:
sub cgiapp_postrun { my $self = shift; my $output_ref = shift;
my $new_output = "<h3>";#.$$output_ref."</h3>"; $output_ref = \$new_output; }
That last line should be $$output_ref = $new_output;
Yes, there are some incorrect docs out there that show the form you used.
-- Greg Marr [EMAIL PROTECTED]
--------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
