my %array = ("a" => { "b" => [1,2,3] } ); |
print foreach (@{$array{a}{b}}); |
欢迎光临 Chinaunix (http://bbs.chinaunix.net/) | Powered by Discuz! X3.2 |