- or download this
#!/usr/bin/perl -w
use strict;
use WWW::Mechanize;
printf("foo\n");
- or download this
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/shar
+e/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.
- or download this
#!/usr/bin/perl5.30.3 -w
use strict;
use WWW::Mechanize;
printf("foo\n");
- or download this
Can't locate strict.pm in @INC (you may need to install the strict mod
+ule) (@INC contains: /home/Special_K/perl_modules /usr/local/lib/perl
+5/site_perl/5.30/x86_64-cygwin-threads /usr/local/share/perl5/site_pe
+rl/5.30 /usr/lib/perl5/vendor_perl/5.30/x86_64-cygwin-threads /usr/sh
+are/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.