use Data::Dumper; my $structure = [ 'complex', { data => 'structure' } ]; print Dumper($structure);