I'm writing a Perl script (note:
not CGI, it runs from the command line), and I want something to execute after 3 minutes. This means I need a timer of some sort. However, I don't want to use sleep because nothing else in the script will execute during those 3 minutes, which isn't good.
Could anyone point me towards some kind of module or code or something to help get this done, please?
