Tagged Questions

2
votes
1answer
416 views

Why am I getting a panic with Perl 5.10, Mason, and Apache?

I'm developing an application using Perl 5.10, HTML::Mason, and apache 2.2. This is the first time I've used Perl 5.10 for a big project. I get a strange behavior every once in a while. The ...
1
vote
1answer
342 views

“Can't call method ”dir_path“ on an undefined value” when running Mason component on the command line

Greetings, I'm trying to develop some tests for Mason components which requires running them on the command line instead of the web server. When I try this, I get an error: perl ...
0
votes
1answer
114 views

Mason and Apache configuration, loading files that don't exist

I have a really strange behavior while using Mason, For example: I have an index.html file ( that contains mason tags like <% $var %> hello ). When I'm browsing to "http://bla.com/index.html" - ...