in reply to Win32 CSIDL_LOCAL_APPDATA
I'm puzzled about the "isn't numeric" warning: As I understand it, it's not supposed to be numeric because it'a a pathNo. The return value of GetFolderPath is a path. The CSIDL_LOCAL_APPDATA is a numeric constant that tells the function which path to return.
does not DWYM. use is a compile time statement. There are some nodes about conditionally loading modules at runtime here. Go Super Search.if ($something) { use Some::Module; }
print defined $realhome ? "realhome: $realhome\n" : "\$realhome not d +efined\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win32 CSIDL_LOCAL_APPDATA
by jkeenan1 (Deacon) on Aug 23, 2005 at 14:33 UTC | |
by ww (Archbishop) on Aug 23, 2005 at 14:50 UTC | |
by jkeenan1 (Deacon) on Aug 23, 2005 at 15:19 UTC |