Hi,
First time posting at PerlMonks. Great site!
Anyway, I am a beginner at Perl and have run into a little obstacle. I'm writing some CGI scripts that interact with an Access DB. So far everything has been going great and I have been successfully chugging along. However, one of my pages needs some form validation in which I have an external .js file that will correctly handle the validation I am looking for.
I just found out the hard way, that Perl and Javascript don't really play nice together (client vs. server side) and I can't get this to work at all. Is there an easy way to utilize javascript for what I am trying to do?