Embperl

 view release on metacpan or  search on metacpan

Changes.pod  view on Meta::CPAN

   - exit inside a sub will now really exit the page. (but exit inside
     a file called via Execute will only exit this file, not the whole
     request) Spotted by Cliff Rayman.     
   - Added new hash %http_headers_out which could be used to set arbitary
     http header under mod_perl _and_ in cgi mode. "Location" header will
     automaticly set status to 301.
   - setting http headers and <META HTTP-EQUIV=..> now works also
     in cgi mode.
   - Session Handling now also works in CGI mode (needs
     Apache::Session >= 1.04)
   - ACTION attribute of Formtag is now URL en/decoded. Spotted by
     Hartmut Palm.

=head1 1.2b9 (BETA) 10. Sept 1999

   - Fixed a problem with loading Apache::Session 1.01, when
     Apache::Session 0.17 is not installed. Spotted by Volker Hess.

=head1 1.2b8 (BETA) 9. Sept 1999

   - Fixed behaviour of <INPUT>. <INPUT> now does not overide

Config.pod  view on Meta::CPAN


$request -> param -> uri 

=item Since:

2.0b6

=back


The decoded path of the unparsed_uri.

=head2 server_addr

=over

=item Method:

$request -> param -> server_addr 

=item Since:

Config.pod  view on Meta::CPAN

$request -> param -> query_info 

=item Since:

2.0b6

=back


Any parameters passed in a GET request after the question mark. The hash
C<%fdat> will contain these values in a already decoded and easy to use way.
So it's normly more convenient to use C<%fdat> instead.

=head2 language

=over

=item Method:

$request -> param -> language 



( run in 0.242 second using v1.01-cache-2.11-cpan-0d8aa00de5b )