in reply to How to do a conditional load of a module ?
I've tried all the syntax variations I can think of. Does anyone know what I'm missing ?use if ($^O eq "MSWin32"), "Win32API::Registry '(:ALL)'"; use if ($^O eq "MSWin32"), "Win32::TieRegistry ( Delimiter=>\"/\" )";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to do a conditional load of a module ?
by rev_1318 (Chaplain) on Jul 19, 2005 at 09:03 UTC |