- or download this
BEGIN {
if ($^O eq 'MSWin32') {
...
# else load $config from flat files
}
} # end system specific compile time code
- or download this
require Win32::TieRegistry;
Win32::TieRegistry::->import(Delimiter=>"/", ArrayValues=>0 );
- or download this
use if $^O eq 'MSWin32',
"Win32::TieRegistry", Delimiter=>"/", ArrayValues=>0;