in reply to Re: Re: Re: Searching data file
in thread Searching data file
If you wanted to use the hash again in another program (ie. save the data as a hash in a file for future use) -- how do you get the data to be 'loaded' in the new program so that you could use the statement below?
$myinfo = $records{'Sydney'}{'Title'};
I looked on the web and everyone is using the 'eval' function but there are no good examples.