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.
Mike
On Thu, 31 Dec 1998, you wrote:
> Upon telling Mandrake where my cooker is when trying to install the latests
> cooker I get an error in a .pl file about my mouse then it says its safe to
> shut down my system... it never gets to the graphical install program.....
> any suggestions?
>
> dave
>
> -- [EMAIL PROTECTED] [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> LINUX - Why?
> Cause I dont do windows
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
--