Ralf Wildenhues <[EMAIL PROTECTED]> writes: > Looks like my try at optional use of threads.pm does not work. > 'use' seems to be evaluated even in false branches.
Yes, that will happen. I think that you should be able to use "require" instead of "use" to avoid this behavior. Take a look at the output of "perldoc -f use" for lots of information. -- "Note that nobody reads every post in linux-kernel. In fact, nobody who expects to have time left over to actually do any real kernel work will read even half. Except Alan Cox, but he's actually not human, but about a thousand gnomes working in under-ground caves in Swansea." --Linus
