On Tue, 04 Jul 2000, you wrote:
> Mike Crifassi <[EMAIL PROTECTED]> writes:
>
> > There's a debugging line in the mouse.pm code:
> >
> > map_index {
> > my %l; @l{@mouses_fields} = @$_;
> > $mouses[$::i] = \%l;
> > } @mouses;
> >
> > print "$_->{XMOUSETYPE}\n" foreach @mouses;
> > -------------------------------------
> > around line 29 or so. If you comment it out or delete it everything works.
>
> in fact, it's just the "print ..." line that should be removed...
--
That's what I meant (the underlined code), but i wasn't being very explicit.
Thanks Pixel.
Mike