Re: Unescape URI
:Const -compile => qw( OK );sub handler { my $r = shift; my $req = Apache2::Request->new( $r ); $req->content_type('text/xml; charset=KOI8-R'); my $search_key = $req->param('key'); my $search_type = $req->param('type'); my $archive_search = $req
Unescape URI
my $req = Apache2::Request->new( $r ); $req->content_type('text/xml; charset=KOI8-R'); my $search_key = $req->param('key'); my $search_type = $req->param('type'); my $archive_search = $req->param('archive_search'); return Apache2::Const: