in reply to Re: Re: Refreshing Windows desktop
in thread Refreshing Windows desktop

Did you install the Win32::API module? If you're using ActiveState perl you can use ppm to install it. I don't recall the exact syntax but I think you can do something like:

c:\>ppm PPM> install Win32::API PPM> quit
You could also look here.