1 2 3 4 5 6 7 8 9 10 11 12 13
BEGIN { @[8 - 1, "test"] = count(); printf("=> Print with one element\n"); print(@); } END { @[7, "test"] = count(); printf("=> Print all map:\n"); print(@); }