in reply to Re^2: Interpreter can't find known installed mods (w10)
in thread Interpreter can't find known installed mods (w10)
I am also wondering if there is a 32 bit Perl in there somehow?use strict; use warnings; my @paths = grep{/perl/i}split ";", $ENV{PATH}; print "$_\n" for @paths; __END__ C:\Perl64\site\bin C:\Perl64\bin
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Interpreter can't find known installed mods (w10)
by cormanaz (Deacon) on Aug 18, 2023 at 14:49 UTC |