Help for this page
$ diff hobo_test.pl threads_test.pl ... > threads->create(\&foo, $_) for @names; > $_->join() for threads->list();
use strict; use warnings; ... printf {*STDERR} "duration: %0.03f seconds\n", time - $start;
# Mac OS X ( Perl v5.18.2 ) ... duration: 3.020 seconds 50000
# Windows ( Cygwin Perl v5.22.3 ) ... $ perl foo4.pl > nul # Thread::Queue duration: 2.886 seconds
# TrueOS 10.0 ( FreeBSD, Perl 5.16.3 ) ... duration: 1.822 seconds 50000
www.com | www.net | www.org
5.003 (Camel Book 2nd Edition) 5.6 (Camel Book 3rd Edition) 5.8 (stable version for >5 years) 5.10 (many new features now in common use) 5.16 (Camel Book 4th Edition) 5.18 (hash overhaul) 5.26 (no "." in @INC) 5.36 (subroutine signatures) Dynamic (no standard; code dictates VERSION) Other (discuss in comments)
Results (38 votes). Check out past polls.