Perl 6
Cool Perl 6
#21
Let's break it down
my %addrbook = $*IN.lines.map( { .split(/\s+/, 2) } );
continued...
< < Previous
|
Index
|
Next >>
Copyright © 2010
http://www.pmichaud.com/2010/pres/