On Sat, 2 Sep 2006, Octavian Rasnita wrote:
sub cgiapp_postrun {
my $self = shift;
$self->header_props(-charset => 'ISO-8859-2');
}
Try using header_add() instead of header_props(). From the docs:
Unlike calling header_props(), header_add() will preserve any
existing headers.
-sam
---------------------------------------------------------------------
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]