This is Dmitry Karasik's Typepad Profile.
Join Typepad and start following Dmitry Karasik's activity
Dmitry Karasik
Recent Activity
Yes, sorry. This has nothing to do with new stuff in 5.18, it's the old stuff that makes me cringe.
my @sorted = sort quickly @list;
I think this is wrong. I would expect quickly() to take @list and return something else that goes then to sort(). Not being an coderef. We have \& for this already.
Here's one with IO::Lambda:
https://gist.github.com/2021875
asynchronicity
I've never played much with asynchronous page loads before and then it's come up three times this month. First, I saw this post on AnyEvent, so I gave that try #!/usr/bin/env perl use v5.14; use warnings; use AnyEvent; use AnyEvent::HTTP; use Time::HiRes qw(time); my $cv = AnyEvent->condvar( cb...
Dmitry Karasik is now following The Typepad Team
Mar 12, 2012
Subscribe to Dmitry Karasik’s Recent Activity