Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: wrapping bloxsom with mason

by water (Deacon)
on Oct 24, 2005 at 07:39 UTC ( [id://502404]=note: print w/replies, xml ) Need Help??


in reply to Re: wrapping bloxsom with mason
in thread wrapping bloxsom with mason

Bloxsom is tiny tiny cool little single script that runs in several modes with embedded html, offers many plugins, etc. The send-info-to-screen isn't in one clear place. But more to the point, I'm not sure how to (despite the mason docs on on this very topic) how to change a cgi into something that gets itself wrapped by the mason autohandling autoload and dhandler processes....

If I had a trivial hello world perl cgi script like

print html_header; print "hellow world";
how would I get the core to be mason wrapped?
use HTML::Mason; my $interp = HTML::Mason::Interp->new (); ?????
Here, if hello.cgi were static (hello.html), mason would see the ending, and wrap the page....

but how to do this wrapping by hand?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://502404]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (8)
As of 2024-04-18 16:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found