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

$structure =
      array( 'names' => array( 'a' => array( 'alberto', 'antonio'),
                               'b' => array( 'burro', 'brain')),
             'ages' => array( 10, 20, 30, 40),
          );

$x = 42;

?>