Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^6: Why should any one use/learn Perl 6?

by jeffenstein (Hermit)
on Jun 12, 2018 at 17:25 UTC ( [id://1216491]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl6
    #
    ...
    }
    my $ave = $sum / %shared_hash.keys.elems;
    say "Average value (~10 if threadsafe): ", $ave;
    
  2. or download this
    $ perl6 killit.p6
    shared_hash has 10001 keys
    Average value (~10 if threadsafe): 0.999900
    
  3. or download this
    $ perl6 killit.p6
    *** Error in `/home/jeff/perl6/bin/moar': double free or corruption (!
    +prev): 0x00002ad5b0147070 ***
    ...
    00603000-00604000 rw-p 00003000 fc:09 888145                          
    +   /home/jeff/perl6/bin/moar
    00a4f000-039f1000 rw-p 00000000 00:00 0                               
    +   [heap]
    ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1216491]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 08:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found