When you are going to Install Perl’s module like Foo.pm, datetime.pm, expect.pm, etc., you may get following error,
Can't locate (module) in @INC
For this Error,
If you are using CPAN, For new installing module use like following code,
perl -MCPAN -e 'install Chocolate::Belgian'
For UNIX
If you are using ActivePerl, the Perl Package Manager(PPM) is enough. It’s same like CPAN.
The following two tabs change content below.
Latest posts by karsho (see all)
- Increase maximum query size max_allowed_packet for MySQL - March 29, 2020