Hi
I have writing my first plugin I got a choice very easy to begin, I
think this a good idea. I'm not a good developper at the moment but I
hope that will come with experience.
My plugin use Data::FormValidator for validate user input. If error was
present I return halt() with a message, else I return 0.
You can see my plugin here in github
http://github.com/hobbestigrou/Dancer-Plugin-FormValidator , if you have
any advice or idea.