in reply to Re: Re: Re: Passing arguments to callback routines with named references
in thread Passing arguments to callback routines with named references

You're right, it should have read:
  sub callback { sub { shift->( @_ ) } }
Liz
  • Comment on Re: Re: Re: Re: Passing arguments to callback routines with named references