I'm quite new to Perl but I'm doing my A2 (UK) computing project in it, using a hash tie to access a database. I have one pm file that changes for each table when you tie it to a hash (table is defined by an extra argument). When I tie another hash to the .pm file it seems to get confused and the data is retained from the original tie, although I'm sure I've seen have a mix between the two while debugging. What am I doing wrong?
Thanks, Dom.