Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: code explanation

by Utilitarian (Vicar)
on Aug 04, 2011 at 10:49 UTC ( [id://918496]=note: print w/replies, xml ) Need Help??


in reply to code explanation

Why not see what it does and work it out...
perl -MData::Dumper -e ' my @AoA=( ["one", "two", "three"], ["four", "five", "six"], ["four","five","six"], ["seven", "eight", "nine"], ["eight", "seven", "nine"]); my @r = grep{++$uniq{ join $; , sort @$_ } == 1 } @AoA; print "\@r is now:\n", Dumper(\@r), "\%uniq is now:\n",Dumper(\%uniq)'
Then check out $; in perlvar.

print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-25 10:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found