[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Mason, step one



OK, I thought I would try Mason tonight.

I loaded this into httpd.conf and restarted OK:
-----
PerlModule HTML::Mason::ApacheHandler

<Location />
  SetHandler perl-script
  PerlHandler HTML::Mason::ApacheHandler
</Location>
-----

I added:

<% 2+2 %>

Into an HTML page just like the docs suggested.

I get "<% 2+2 %>" and not the expected 4.

Are there any logs for Mason?


--
Immature artists imitate, mature artists steal.
		-- Lionel Trilling



Reply to: