Help for this page

Select Code to Download


  1. or download this
    use threads;
    use threads::shared;
    ...
    print $foo;
    __END__
    foo
    
  2. or download this
    use forks;
    use forks::shared;
    ...
    print %foo;
    __END
    barfoo