I have two hashes in the form of "mount_point = NFS_Server:source". The first hash, %curr, lists the currently mounted NFS exports on a system. The second hash, %mounts, lists the correct mounts.
%curr = (
'/appA' => 'serverA:/appA',
'/db' => 'serverB:/db',
'/oracle' =>...