Ok, to help better myself in perl, I've been undertaking the project of writing an IRC-bot in perl. One of the 'featues' I am planning, is the ability to send messages from a input-box on a webpage, to a cgi, and then have the bot display this text on IRC. This is where I've hit the snag, the bot will be running 24/7, and through the
Net::IRC module I haven't found an easy way to do this, so I looked through the
perlipc docs, but a good solution hasn't appeared to me through there either. Am I missing something in the perlipc doc's, or is there another way to accomplish this?