in reply to Re^3: Perl registry reflection – How?
in thread Perl registry reflection – How?
Um, what?
In your original code, it doesn't matter what $SERVER_PLATFORM is, you always use the same $Registry key, both for $SERVER_PLATFORM eq x86 and for when $SERVER_PLATFORM is ne x85
If the keys are supposed to be different, assign a different key.
What is the problem? Does assigning a different key work, yes or no?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Perl registry reflection – How?
by roteme (Acolyte) on Mar 29, 2012 at 07:13 UTC | |
by Anonymous Monk on Mar 29, 2012 at 09:33 UTC | |
by wwe (Friar) on Mar 31, 2012 at 21:31 UTC | |
by Anonymous Monk on Mar 31, 2012 at 23:12 UTC | |
by BrowserUk (Patriarch) on Mar 29, 2012 at 08:02 UTC |