in reply to Re^4: Win32::File::SetAttributes not numeric?
in thread Win32::File::SetAttributes not numeric?

Sorry I should have been more specific. You are right that I encountered that issue, but I am using use strict 'vars'; to avoid this.

Thanks!

Replies are listed 'Best First'.
Re^6: Win32::File::SetAttributes not numeric?
by ikegami (Patriarch) on Jun 05, 2009 at 20:10 UTC
    Turning off strict is akin to turning off error checking. It doesn't make the problem go away. Don't do that.