Is there a general purpose Perl Module with helpers for web development? Like form-builders, url helper, etc?
Based on my searches, I couldn’t find anything. I’m already using Mason, but do not want to define my helpers as components from scratch.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your question is open-ended and it sounds like you want to eat your framework and have it. Still, here are some starting points.
Form helpers
In approximately the order of preference:
URL helpers
Mojolicious has some discrete pieces that might be worth looking at too. Even if you don’t use a framework, you should look at them and the choices they make for plugins and helpers.