|
|
| Just another Perl shrine | |
| PerlMonks |
Re: Subroutine does not sleepby hgolden (Pilgrim) |
| on Oct 06, 2006 at 10:29 UTC ( [id://576680]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Hey You're calling the array in scalar context, so it's returning the number of elements in it (which is 1). Try using shift: my $time=shift; Hays
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||