- or download this
#! perl -slw
use strict;
...
c:\test>junk
Unthreaded took: 0.000851
Threaded took: 0.012510
- or download this
say 'Count: ', scalar @{ threads-> create( \&test, 'test.png' )-> join
+ };
- or download this
...
shift @b;
return scalar @b;
}