[cgiapp] Moving to PSGI: Issues with $ENV

Mike Tonks fluffymike at googlemail.com
Mon Oct 15 09:33:14 EDT 2012


Correction that should be:

$self->query->env->{$header}

> so a possible patch would look something like:
...
>   my $header_value = $self->{__IS_PSGI} ? $self->env->{$header} : $ENV{$header};
...


More information about the cgiapp mailing list