in reply to Re^3: Win32::File::SetAttributes not numeric?
in thread Win32::File::SetAttributes not numeric?
You still don't show us your code. Post the first 10 or 20 lines of your module's source code. If you can't, for some legal reasons, make sure they look like this:
package Your::Package; use strict; use warnings; use Win32::File;
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Win32::File::SetAttributes not numeric?
by mcarthey (Novice) on Jun 08, 2009 at 14:25 UTC |