The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
$VAR1 = [
  {
    'Person' => [
      [
        'name',
        'age',
        'email'
      ],
      [
        'John',
        '40',
        'john@nowehere.com'
      ],
      [
        'Vincent',
        '15',
        'vincent@home.com'
      ],
      [
        'Vanessa',
        '35',
        'vanessa@school.com'
      ]
    ],
  },
  {
    'Company' => [
      [
        'name',
      ],
      [
        'Acme',
      ],
    ],
  },
];