in reply to Re^4: Hashes and String Variables
in thread Arrays and Strings in Hashes

what does the curly braces around the hash do? ie. "@{ $hash{url} }"

And how come url is not defined in the original hash structure?

There should only be on url per hash entry entry in array.

array { $url = "http://perl.org" curArray = [] prevArray = [] }