I have this info' in a file.
blockA/input1 to block A/output1 delayXX
blockA/input1 to blockA/output2 delayYY
blockA/input1 to blockA/output3 delayZZ
blockB/input1 to blockB/output1 delayPP
blockC/input1 to blockC/output1 delayQQ
blockC/input2 to blockC/output1 delayRR
how to store the inputs and outputs for each block as shown above ? in 2 hashes or arrays ? I am not interested in the delay shown.I just need to capture the possible combination of inputs and outputs for each block.
blockA/input1 to block A/output1 delayXX
blockA/input1 to blockA/output2 delayYY
blockA/input1 to blockA/output3 delayZZ
blockB/input1 to blockB/output1 delayPP
blockC/input1 to blockC/output1 delayQQ
blockC/input2 to blockC/output1 delayRR
how to store the inputs and outputs for each block as shown above ? in 2 hashes or arrays ? I am not interested in the delay shown.I just need to capture the possible combination of inputs and outputs for each block.
Comment