Scroll to navigation

Catmandu::Fix::hash(3pm) User Contributed Perl Documentation Catmandu::Fix::hash(3pm)
 

NAME

Catmandu::Fix::hash - creates a hash out of an array

SYNOPSIS

   # tags => ['name', 'Peter', 'age', 12]
   hash(tags)
   # tags => {name => 'Peter', age => 12}

SEE ALSO

Catmandu::Fix
2014-10-14 perl v5.20.1