# this is file1.pl use id; $id{Name} = "Jim"; #### # this is file2.pl use id; print $id{Name};