http://www.perlmonks.org?node_id=804999

jeteve has asked for the wisdom of the Perl Monks concerning the following question:

Dear monks,

I'm looking for a perl RESTFul framework (must work under apache2/mod_perl2) to implement a RESTful API.

Is there something simple, elegant and light you would recommend?

UPDATE: I finally rolled my own : Apache2::REST

Replies are listed 'Best First'.
Re: REST Framework
by ctilmes (Vicar) on Nov 04, 2009 at 19:02 UTC
Re: REST Framework
by Capablanca (Novice) on Nov 04, 2009 at 18:39 UTC
    Have you tried Catalyst?
    you can use it to make Restfull services and It runs under apache2/mod_perl2
Re: REST Framework
by moritz (Cardinal) on Nov 04, 2009 at 18:50 UTC

    Isn't REST just a fancy name for things that use other HTTP requests than GET and POST? If that's the case, you can use any web framework you like and that's not limited to GET and POST; I'd assume any decent framework fulfills that criterion.

    Perl 6 - links to (nearly) everything that is Perl 6.