[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cgiapp] Problem with cgiapp_postrun method


At 11:43 AM 10/30/2003, suppressed wrote:
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
suppressed


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/suppressed/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.