Hi all,
looking for a little guidence here. I'm guessing what I'm trying to do is very simple but I can't seem to find the syntax. My situation is that I have one script that I plan on running on Windows and Linux. For registry access I'm have "use Win32;". When I run the script on Linux is compains that it can't find Win32.pm in @INC. No suprise since it's not there. What I'm wondering is how to do conditional load (in my case OS conditional load) of a module.
Thanks for any help you can give me,
Dave