[EMAIL PROTECTED] wrote:

+To retrieve the contents of a custom "container" directive, use the
+C<L<Apache::Directive>> object's methods +C<L<as_hash|Apache::Directive/C_as_hash_>>
+or C<L<as_string|Apache::Directive/C_as_string_>> :

Even though I made this kind of linking working some time ago, I prefer not to use it. It relies on a very specific search pattern, which prefers 2.0 docs at the moment, thus resolving any conflicts if there is the same filename for 1.0, 2.0, etc. But once a new generation of docs is added (2.2, 3.0) this will stop working. Therefore I think it's beneficial to use a fully-qualified links everywhere: i.e. :
C<L<Apache::Directive|docs::2.0::api::Apache::Directive>>
and
C<L<as_hash|docs::2.0::api::Apache::Directive/C_as_hash_>>
even though it's uglier and longer to type.


What do you think?

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