http://www.perlmonks.org?node_id=905896

mkhan has asked for the wisdom of the Perl Monks concerning the following question:

Hi Guys, I'm relatively new to Web development using Perl. I am working on a project which involves:


1. Building a web application that takes some information from the user.

2. Creates a cloud (EC2) instance of user's choice.

3. Sends this information to the cloud virtual machine.

4. Has certain interactions.

My Questions:

Can I use HTML5 to build my pages and still be able to use Perl + mod_perl effectively?
What else would I need to consider? If you can link me to relevant information I'd be really grateful.
Cheers.