Line 53 means this line in above code, 35 tie %resource,'Tie::Hash'; 36 tie %wnt,'Tie::Hash'; 37 tie %unx,'Tie::Hash'; 38 tie %component,'Tie::Hash'; #### 35 tie %resource,'Tie::IxHash'; 36 tie %wnt,'Tie::IxHash'; 37 tie %unx,'Tie::IxHash'; 38 tie %component,'Tie::IxHash';