![]() |
|
XP is just a number | |
PerlMonks |
Re: Subroutine does not sleepby hgolden (Pilgrim) |
on Oct 06, 2006 at 14:29 UTC ( [id://576680]=note: print w/replies, xml ) | Need Help?? |
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
|
|