in reply to Need generic advise on how to use modern perl for building webpage and which modules should be installed.

I was in a similar position to you at the start of this year. 18 months of perl experience in 5.8/5.10 in a restricted environment, then building a 'modern' website where I had full control over everything on the server.

I chose to use Mojolicious for web stuff, and Moose for all my objects. The tutorials and documentation for both of them were brilliant, and I didn't have any major difficulties.

  • Comment on Re: Need generic advise on how to use modern perl for building webpage and which modules should be installed.