12 Oct
2010
12 Oct
'10
7:25 a.m.
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.
Thank you for this module! I wanted something like that for some time but didn't had the time to work on this. I'll take a look at the code and see if i have some ideas or suggestions.