It will be better if this solution is based on HTTP protocol.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Checkout HTTP::Daemon in CPAN. It will give you the basics of a server. You can then over-ride methods to handle your HTTP.
Alternatively, try HTTP::Server::Simple although that module doesn’t seem as mature as the first one.
Finally, you could take a look at Net::Server, which is a more general approach.