Help for this page
use threads; use threads::shared; ... print $foo; __END__ foo
use forks; use forks::shared; ... print %foo; __END barfoo