Hi everyone,
I just installed HTML::Mason on OS X v10.3.2 and other required modules.
I am trying to run the following:



% my $noun = 'World'; Hello <% $noun %>! How are ya?

but it just echoes back what I am trying to execute.

I ran "make test" for HTML::Mason and got back:
All tests successful, 2 tests skipped.
Files=23, Tests=379, 42 wallclock secs (16.83 cusr + 4.18 csys = 21.01 CPU)


I am using a modified directive:
PerlModule HTML::Mason::ApacheHandler
# <Location /> Doesn't seem to work on OS X
# Returns 500 Internal Server Error when trying to view/run any document or script
<Location /server-info>
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
</Location>


Since Panther comes with Perlv5.8, does that mean I do not have to recompile apache to get HTML::Mason working?

Thanks in advance,
-gohaku

Reply via email to