perl 中的这个结构是什么意思:
$VAR1 = {
'hostname' => {
'name' => 'computer'
'role' => [
{
'a' => 'bcd',
},
]
}
}
我使用 XML::Simple 得到了这个。但是方括号是什么意思?
谢谢。