>I wouldn't doubt it. :-) I realize there is some wierd stuff that would
>make it hard to fix this (print() has it's own opcode right?) but it's
>still wrong (read: a bug) that filehandles can only _appear_ to be objects.
>I guess that's the difference between a blessed object and a tied object.
Actually, filehandles appear to be classes; they're barewords in
STDOUT->autoflush;
--tom