4
The issue is that perl is installed in my system and bash can see it, however when I try to execute a perl script that includes a module, there's an error.
Can't locate Text/CSV.pm in @INC (you may need to install the Text::CSV module) (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at parse_prospects.pl line 5. BEGIN failed--compilation aborted at parse_prospects.pl line 5.
On CMD there's no such error so I wonder what I'd have to do to make them compatible. It's like perl on bash thinks it's on Linux and tries to find his packages on /usr/share
Install
Text::CSV
module. – Toto – 2018-08-10T08:10:36.3831I have it. On Windows it runs fine but I wanted to run it on Windows – ffuentes – 2018-08-10T08:33:39.850