in reply to Re^3: One piece of code, two mysteries!
in thread One piece of code, two mysteries! (UPDATED.)
When I commented out the line entirely,
Do you mean like this?:
#use threads stack_size => 4096;
If so, you should have at the very minimum got an error: "Can't call method "async" without a package or object reference at ..."!?
To disable the stack_size parameter, you should do:
use threads; # stack_size => 4096;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: One piece of code, two mysteries!
by Polyglot (Chaplain) on Oct 05, 2012 at 04:58 UTC |