In my program I use arrays, array references, hashes and hash references
Now, when I pass one of those to a sub or module, they change the original array/hash (ref). Somehow I would like this behavious to change. So, how do I create a copy of one of the types described above ?, I guess this is not the best solution: