|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: Sleep - settle an argument?by tobyink (Prior) |
| on Sep 20, 2012 at 12:56 UTC ( #994653=note: print w/ replies, xml ) | Need Help?? |
|
The implementation of sleep hasn't changed much over the years. It works almost exactly the same now as it did back in Perl 4. Perl doesn't usually run in web browsers, though it runs on many web servers. sleep "works" in scripts serving up web pages, but it's not usually especially useful - it just makes the web server appear to run slower.
perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||