in reply to Problem with conditional module load
Assuming your files are named "SecurityWin32.pm" and "SecurityUnix.pm", the reason you're getting that error is because you're trying to load modules named "Win32Security" and "UnixSecurity".
BTW, as an alternative for conditional loading of modules, see use if ....
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Problem with conditional module load
by QM (Parson) on Feb 17, 2015 at 11:59 UTC | |
Re^2: Problem with conditional module load
by pgduke65 (Acolyte) on Feb 16, 2015 at 14:35 UTC | |
by Anonymous Monk on Feb 16, 2015 at 14:40 UTC | |
by pgduke65 (Acolyte) on Feb 16, 2015 at 15:56 UTC | |
by choroba (Cardinal) on Feb 16, 2015 at 16:16 UTC | |
by pgduke65 (Acolyte) on Feb 16, 2015 at 17:10 UTC |