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...

Reply via email to