1*425ecdb7SmpiBEGIN { 2*425ecdb7Smpi $t = (1, 42, "something"); 3*425ecdb7Smpi printf("%d %s\n", $t.1, $t.2); 4*425ecdb7Smpi} 5