I need to test current programs made to work in Windows on Linux. Perl failed to build them in terminal due to a missing pm file (XML/simple.pm). Before I go on a expedition to find the file in Windows and figure out how to get it all to work in Linux, I decided to see if I could get it all to work in Wine first.
So, perl works in Linux normally (I ran hello world successfully) but when I try it in wine cmd, it can't seem to find the perl compiler.
So, perl works in Linux normally (I ran hello world successfully) but when I try it in wine cmd, it can't seem to find the perl compiler.