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

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

I have been assigned a task to:

Create a web application using any technology that accepts an email address and checks if the domain of the email address exists.

I can make code for that in Perl by splitting out the part before @ and storing domain name in a scalar variable and then ping the domain name and checking the reply. It will solve the problem. But the problem is that I can not make a web application. I do not know that much Perl. I do not know CGI. I have to make and deliver this web application within 72 hours. Let me know which thing should I learn? If you could provide me good resources then that would be very kind. Thank you!