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 stop for 2 mins
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 stop for 2 mins