Hacker News new | past | comments | ask | show | jobs | submit login

just a correction, you need to import the sleep function from Time::HiRes, otherwise it will use the default sleep function and sleep 0 seconds instead.

    use Time::HiRes qw/sleep/;



Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: