Mar 28, 2006 #1 NateBro Programmer Sep 1, 2004 233 US i know in javascript to set a function time out is like.. Code: setTimeout(function(), milsec); [\code] i have done this once before in perl, but i have know idea how i did this, plz help thnx, ~Nate_Bro
i know in javascript to set a function time out is like.. Code: setTimeout(function(), milsec); [\code] i have done this once before in perl, but i have know idea how i did this, plz help thnx, ~Nate_Bro
Mar 28, 2006 #2 KevinADC Technical User Jan 21, 2005 5,070 US maybe you are thinking of the sleep() function Upvote 0 Downvote
Mar 28, 2006 Thread starter #3 NateBro Programmer Sep 1, 2004 233 US hey hey, thanks i was looking for "repeat()" actually, but thanks for pointing me in the right direction. Upvote 0 Downvote
hey hey, thanks i was looking for "repeat()" actually, but thanks for pointing me in the right direction.
Mar 29, 2006 #4 KevinADC Technical User Jan 21, 2005 5,070 US there is no repeat() function in perl that I am aware of unless a module provides it. Upvote 0 Downvote