Start by finding out what the problem is first, since that has nothing to do with Perl. If the solution requires coding and you need help to code the solution in Perl, then (and only then) does it become something for PerlMonks.
At that point, you'll might need to know that Windows system calls can be executed using Win32::API if a Perl interface to them doesn't already exist.
| [reply] |
sanPerl:
Just finish your migration to linux from windows and your virus troubles will become much less troublesome.
Plus, the perl module for low level OS/hardware manipulation isn't available on windows anyhow.
--chargrill
s**lil*; $*=join'',sort split q**; s;.*;grr; &&s+(.(.)).+$2$1+; $; =
qq-$_-;s,.*,ahc,;$,.=chop for split q,,,reverse;print for($,,$;,$*,$/)
| [reply] [d/l] |
If it's a virus that's affecting the hardware, there's not a lot that Perl will be able to do. If the mouse is locked but everything else is fine (keyboard works, etc), you may have a bad mouse. If the mouse is getting locked, and everything on screen is frozen, then it's more probably that your box is hard-locking - this could be a problem with your CPU (overheating, etc.), your RAM, or your hard drive.
Either way, this most likely isn't something that can be solved with software.
| [reply] |
| [reply] |
Try using a USB mouse if you were using a PS2 one, or vice versa. If the problem disappears, it might be a problem with your mainboard.
| [reply] |