Philippe M. Chiasson wrote:


Stas Bekman wrote:

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


What do you mean, I thought that -was- 2 spaces.

I'm filing a glasses prescription at this very moment. Sorry :(

--
__________________________________________________________________
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