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;
With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
RIP Neil Armstrong
|