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

my $v = {
    record => {
        'localhost' => {
            ipaddr => '127.0.0.1',
            alias => 'localhost',
        },
        bilbo => {
            ipaddr => '192.168.0.1',
        },
        yada => {}
    }
} ;

$v;