#!/usr/bin/perl -w use strict; use WWW::Mechanize; printf("foo\n"); #### Can't locate WWW/Mechanize.pm in @INC (you may need to install the WWW::Mechanize module) (@INC contains: /home/Special_K/perl_modules /usr/local/lib/perl5/site_perl/5.32/x86_64-cygwin-threads /usr/local/share/perl5/site_perl/5.32 /usr/lib/perl5/vendor_perl/5.32/x86_64-cygwin-threads /usr/share/perl5/vendor_perl/5.32 /usr/lib/perl5/5.32/x86_64-cygwin-threads /usr/share/perl5/5.32) at ./test.pl line 3. BEGIN failed--compilation aborted at ./test.pl line 3. #### #!/usr/bin/perl5.30.3 -w use strict; use WWW::Mechanize; printf("foo\n"); #### Can't locate strict.pm in @INC (you may need to install the strict module) (@INC contains: /home/Special_K/perl_modules /usr/local/lib/perl5/site_perl/5.30/x86_64-cygwin-threads /usr/local/share/perl5/site_perl/5.30 /usr/lib/perl5/vendor_perl/5.30/x86_64-cygwin-threads /usr/share/perl5/vendor_perl/5.30 /usr/lib/perl5/5.30/x86_64-cygwin-threads /usr/share/perl5/5.30) at ./test.pl line 2. BEGIN failed--compilation aborted at ./test.pl line 2.