The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catmandu::Fix::disassoc - inverse of assoc, transform a hash into an array of key value pairs

SYNOPSIS

   # {fields => {subject => 'Perl', year => 2009}}
   disassoc(fields, pairs, key, val)
   # {pairs => [{key => 'year', val => 2009}, {key => 'subject', val => 'Perl'}], fields => ...}

SEE ALSO

Catmandu::Fix::assoc, Catmandu::Fix