Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Considering the Monistary as an Example... I would go with mod_perl. I would write a simple template system, perhaps a normal Perl module called Monistary::Template and use that for all my page formatting needs.

I would then go on to build the mod_perl modules. One (that get's pre loaded when the httpd server starts) would be called Monistary::Nodes that would handle all the node retrieval.

Next would be things like Monistary::SeekersOfWisdom... but then again, do we really need a module for each section? I'm not too sure we do since everything is a node, after all.

Better idea IMHO would be to write Monistary (aka. Monistary.pm)

Using apache, Monistary would govern everything about the site as follows:

<Location />
  SetHandler perl-script
  PerlHandler Monistary
</ Location>
According to the way everything seems to be handled by index.pl here, I think mod_perl isn't in use, at least the way I'm suggesting.

As for HTML handling? I'd go with the aformentioned template system... there are some great modules already in existence to subclass and take advantage of. Enjoy!

--
Casey

In reply to Re: Managing large CGI pages by cwest
in thread Managing large CGI pages by jcwren

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-19 14:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found