Hello, I have a question regarding the PERL module OS390::Stdio.
I'm running PERL build 5.6.1 on a Windows 2000 machine. I'm trying to load the OS390::Stdio module into my script by: use OS390::Stdio; This is essentially the only code I have right now, but I'm getting an error when trying to run this by typing: perl test.pl from the windows command line. (test.pl is the script that I'm trying to load in the module). Error: Can't locate loadable object for module OS390::Stdio in @INC (@INC contains: C:/Perl/lib C :/Perl/site/lib .) at pf930.pl line 37 Compilation failed in require at pf930.pl line 37. BEGIN failed--compilation aborted at pf930.pl line 37. (I've got some comments/notes in the lines above). I verified that folder OS390 is in the C:/Perl/lib path, and that Stdio.pm is in the OS390 folder as well. The permissions are set appropriately. I've tried this with both version 0.006 & 0.005. Any idea on what the compiler is looking for? Your help/guidance would be greatly appreciated! Thanks, Gary
