Comparing two lists and returning the difference
问题 I've got two lists of lists, I match them and print any differences. The two lists are cable connections within a FPGA station. I need to ensure: All the connections on the $list1 exist on $list2 , if not, it should save the error on another list All the connections on $list2 exist on $list1 , so I don't get any 'wrong' connections. Any connections that don't exist on either list should be saved onto another variable. The lists are in this format: {{A.B2} {B.B3}} and the the $list2 equivalent