Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

bug in threads::shared or is it just me?

by dada (Chaplain)
on Apr 05, 2012 at 14:35 UTC ( [id://963687]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my %k = test(); 
    print Dumper(\%k);
    
  2. or download this
    $VAR1 = {
              '1' => undef,
              '3' => undef,
              '2' => undef
            };
    
  3. or download this
    use strict;
    use warnings;
    ...
              '3' => '0.0436435554447634',
              '2' => '0.220397240555943'
            };
    
  4. or download this
    use strict;
    use warnings;
    ...
              '3' => '0.0419468023619665',
              '2' => '0.199076903824793'
            };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://963687]
Approved by marto
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-25 17:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found