On Thu, May 24, 2001 at 12:28:39PM +0100, Cross David - dcross wrote:

> Calling FETCH like this:
> 
> $scalar = tied(%h)->FETCH('one');
> @array = tied(%h)->FETCH('two');
> 
> Does the 'right' thing. So it's certainly something in the tie interface.

Well yes, because you're just calling a plain ol' object method and so the
tie doesn't get a chance to work its magic.

-- 
David Cantrell | [EMAIL PROTECTED] | http://www.cantrell.org.uk/david/

  Rip, Mix, Burn, unless you're using our "most advanced operating system
   in the world" which we decided to release incomplete just for a laugh

Reply via email to