The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict; use warnings;
use Lowu;
use Data::Dumper;

use Types::Standard 'Str';

print Dumper 
  [foo => 'bar', baz => 'quux']
    ->tuples(2 => Str)
    ->map(sub { hash(@$_)->inflate })