in reply to Re: Importing data to build an array
in thread Importing data to build an array
I don't need to ensure vals don't change. I need to write different arrays which maintains the order of elements, even if they're different. I played around this line for a while, but I'm not able to change it. Any suggestions?if (exists $file1_data{$key}) { if ($file1_data{$key} ne $value) { # ensure val's didn't change
|
|---|