MJ Ray wrote: > I'm old and cranky and generally irritated by the state of web frameworks. > Anyone know the easiest way to do something like http://webpy.org/ > in Perl? > > I can build it myself, but I'm surprised if no-one else has yet. >
Can't say I know python, but a quick look at this and it seems a lot like CGI::Application and it's associated modules:- http://search.cpan.org/search?query=cgi+application&mode=all Of course if you want something more in depth (but I'm guessing more of a learning curve) use Catalyst:- http://search.cpan.org/search?query=catalyst&mode=all Lyle _______________________________________________ BristolBathPM mailing list [email protected] http://mailman.bristolbath.org/mailman/listinfo/bristolbathpm
