On Thu, 5 Oct 2000, Todd Chapman wrote:
> HTML::Mason version 0.88
This isn't related to your question but please be advised that there are
bugs in 0.88 that make upgrading to 0.89 highly advisable.
This question probably belongs on the mason-users list, BTW. Please see
http://lists.sourceforg
When I request the following URL with netscape:
http://www.mydomain.com/mason_root/subdir/B/9/abc
The request is handled by a dhandler in /mason_root/subdir
Here is the dhandler:
Test
This is a test.
Path_info: <% $r->path_info() %>
<%init>
$r->content_type('text/html');