#!/usr/bin/perl6my %hash := {1=>[{a=>3, b=>4}]}; #(why this returns only element from array, not whole hash in array?);\ say %hash<1>[0];
Standard input is empty
a => 3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!