我有一个文件看起来像这样
配置文件
run Test3
run Test1
测试目录文件
{
home/usera/aa/TestFile1
home/usera/aa/TestFile2
}
测试文件1
Test 1
{
Command1 Value
Command2 Value
}
Test2
{
Command4 Value
Command1 Value
Sleep 4
Command5 Value
}
测试文件2
Test 3
{
Command3 Value
Sleep 4
}
Test8
{
Command9 Value
Command10 Value
Sleep 2
}
我想要做的是打开每个 TestFile 并读取它,并将数据存储在 {..} 中的 Test 哈希中,其键为 Testname(ie.Test1,Test3) ,键的值将是命令值对 withing考试
谁能帮帮我。谢谢