in reply to Hash values as filehandles

Why doesn't the print command take a hash value as a file handle?

It's very difficult for the parser to know at compile time what the hash value will be. If it's a file handle, you probably want to print to it. If it's not a file handle, you probably want to print it.

It's probably fixable, but the implications might be kinda scary.