Hi!

Recently, I was /using/ the docs once again, and I stumbled on the
Code Snippet "mod_rewrite in Perl"
(docs/1.0/guide/snippets.html#toc_mod_rewrite_in_Perl)

One year ago, I wrote a module that does exactly that. It's on CPAN,
called CGI::URI2param and includes a PerlInitHandler for mod_perl
support (Apache::URI2param).

So, two questions:

1: Would it make sense to link to this module from this section, and -
more generally - would it make sense to link to CPAN-modules
implementing some of those snippets.

2: In the example, $r->args is used to set the value. I am using
$r->param (together with Apache::Request->instance). Would $r->args be
better suited?
 

-- 
#!/usr/bin/perl                                http://domm.zsi.at
for(ref(bless[],just'another'perl'hacker)){s-:+-$"-g&&print$_.$/}

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

Reply via email to