A newbie here. Want to add multiple values to a hash,
making sure what has been added before doesn't get added; avoid duplicates. So how do I pass the unique argument?
I know I have to use the Tie::Hash::MultiValue, but am confused about using unique. A simple example will be awesome.