Help for this page

Select Code to Download


  1. or download this
    use threads;
    use trheads::shared;
    ...
    ## But also the contents of the original hash will have been silently 
    +discarded
    print Dumper \%d;
    $VAR1 = {};
    
  2. or download this
    our %planets : shared;
    our $response = SomeClass::TCP_IP_Response->new(@some_arguments);
    ...
       $planets{$some_id} = \%el;
    
    }