From: nobu.nokada@... Date: 2002-10-17T21:04:27+09:00 Subject: Re: Subclass IO ... Hi, At Thu, 17 Oct 2002 20:25:15 +0900, Marco K�gler wrote: > So, I thought, I would be able to achieve this, if I implement my own > IO subclass, which I can then assign to $defout. Could anyone point me > to some information telling me what methods to implement for a working > IO subclass? $defout needs "write" method. -- Nobu Nakada