Philippe M. Chiasson wrote:
[...]
+For example, to check if the C<GET> method is being E<lt>LimitE<gt>ed
+in the current scope, do:
+
+  if ($parms->method_is_limited('GET') {
+      die "...";
+  }

For code sections in the docs please always use a prefix of two spaces. So it's easy to move code from docs to real modules for testing with:


  perl -pi -e 's|^  ||'  file


-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to