in reply to Re: wrapping bloxsom with mason
in thread wrapping bloxsom with mason
If I had a trivial hello world perl cgi script like
how would I get the core to be mason wrapped?print html_header; print "hellow world";
Here, if hello.cgi were static (hello.html), mason would see the ending, and wrap the page....use HTML::Mason; my $interp = HTML::Mason::Interp->new (); ?????
but how to do this wrapping by hand?
|
|---|