in reply to Re: How to do a conditional load of a module ?
in thread How to do a conditional load of a module ?
So it should be something like:SYNOPSIS use if CONDITION, MODULE => ARGUMENTS;
HTHuse if $^O eq "MSWin32", Win32API::Registry => qw(:ALL);
Paul
|
|---|