http://qs321.pair.com?node_id=204663


in reply to Problem using Win32::Perms

Use either: $path = 'F:\Test';or $path = "F:/Test";In other words, either forward slashes or single quotes.