http://www.perlmonks.org?node_id=1187181


in reply to Re: Syntax for casting map to a hash or an array
in thread Syntax for casting map to a hash or an array

Thank you again. A lot of information as always.

It makes sense that there wouldn't be too many @{[...]]} running around in the wild.

Thanks in particular for this:

print "Hello, @{[ foo() ]}\n"; # prints "Hello, World!"

Thanks,
cbeckley