I'm sure there's an obvious solution, but I'm a beginner and can't figure it out.
When I have a line such as "use strict;" or "use warnings;" in my program, I get a "Can't locate strict.pm in INC@ ..."
Then when I put my program in the same directory as the strict.pm and warnings.pm files, I get a "Missing $ on loop variable at strict.pm line 103," or a similar error for warnings.pm.
Are there some kind of environment settings I'm not aware about? I don't have a clue.