> Rob Kinyon skribis 2005-05-04 11:02 (-0400):
> > Would that mean that a filehandle opened readonly would throw an
> > exception if you attempted to either print or warn on it?
> 
> I don't know what warning on a filehandle should be or do, but ignoring
> that bit, yes, an exception would be the right thing to have.
> 
> Compare this to Perl 5 and see how similar it is.

The idea is that
$h.print() goes to $h.out
$h.readline() goes to $h.in
$h.warn() goes to $h.err

Making the tri-directional trifecta complete.

Rob

Reply via email to