Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Perl Blog Code

by aitap (Curate)
on Jun 24, 2013 at 20:08 UTC ( [id://1040486]=note: print w/replies, xml ) Need Help??


in reply to Perl Blog Code

There is a number of good web frameworks written in Perl, namely Catalyst, Mojolicious, Dancer (and Dancer2). Try searching (on http://metacpan.org) for packages which depend on these modules, you'll probably find something useful.

See also: Re: Is there a catalyst project for learning? Lightweight Perl CMS

Replies are listed 'Best First'.
Re^2: Perl Blog Code
by Laurent_R (Canon) on Jun 24, 2013 at 21:02 UTC

    I only had a very quick look at these frameworks, but my impression (I may be wrong) is that these things are powerful but relatively complicated to get started, so that a ligher, maybe more specialized, solution might be easier to implement. But I do not have the experience to suggest something in particular.

      Dancer is very simple to use, I recommend it.
      > that these things are powerful but relatively complicated to get started,

      Have a look at Gabor's video: Building a blog engine using Perl Dancer

      While it gives a nice introduction to Dancer I consider the blog-part kind of "cheating" ;-)

      In reality it's user management and authentication which makes blogs and forums complicated...

      Just automatically updating a webpage from user-input can be easily done with a simple CGI.

      Cheers Rolf

      ( addicted to the Perl Programming Language)

      Frameworks by themselves are easy to use, it's the "blog" thing what is really complicated. One has to implement not just "pages" to create, edit and comment, but also user registration, access rights, CAPTCHA, e-mail password reminders and so on. Better find somebody who has already written most of it.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-25 09:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found