in reply to Re: Copy a builtin sub to a different name and then override
in thread Copy a builtin sub to a different name and then override

 You should probably simply call CORE::sleep()

yep, that worked! The builtin sleep() cam be accessed via CORE::sleep(). I have posted the code under another comment. Many Thanks!