in reply to Problem with ActiveState's Win32::File module

And just because there is always more than one way to do it...

Looking over the info on this page I found you could do a

exec (C:\Windows\command\attrib -R $path\*);
to remove the read only flag.

EEjack