in reply to What does this syntax mean?

It's an indirect method call (METHOD CLASS_OBJECT ARGS), where the class/object expression in in curlies. You're familiar with a special case of this:

print { STDOUT } foo;