When I try to run a perl file from windows it gives following error.
You requested that XML::Stream turn the socket into an SSL socket, but you don't
have the correct version of IO::Socket::SSL v0.81. at C:/Perl/site/lib/XML/Stre
am/Node.pm line 549
What should I do to fix this ?
I have made a chat bot with Perl . I need it to check a rss page every 2 mins and report back to irc if there is any new items.
My problem is how do I send the request every 2 mins without sleeping the whole irc bot ? bot does stuff like giving op voice etc..if I use sleep whole script will...
I have made a chat bot with Perl . I need it to check a rss page every 2 mins and report back to irc if there is any new items.
My problem is how do I send the request every 2 mins without sleeping the whole irc bot ? bot does stuff like giving op voice etc..if I use sleep whole script will...