%my $planet = "World"; Hello <% planet %>! #### [Tue Sep 16 06:08:39 2003] [error] [client 10.0.1.159] Can't locate object method "new" via package "Apache::Request" at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Apache/Request.pm line 22. #### use strict; use HTML::Mason; my $interp = HTML::Mason::Interp->new(); my $comp = $interp->make_component(comp_source => <<'END'); % my $planet = "World"; Hello <% $planet %> END $interp->exec($comp); #### !!! no test server configured, please specify an httpd or an apxs other than /usr/sbin/apxs or put either in your PATH. For example: t/TEST -httpd /path/to/bin/httpd make: *** [run_tests] Error 1 /usr/bin/make test -- NOT OK