in reply to Re^3: Can't get Tk.pm to work
in thread Can't get Tk.pm to work [SOLVED]
Then I did the following:/snap/core/3604/usr/bin/perl /snap/core/3748/usr/bin/perl /snap/core/3887/usr/bin/perl /usr/bin/perl
It gave me the following results:for var_p in `locate -r /bin/perl$`; do echo $var_p; $var_p -v| grep ' +(v'; perl -le 'print "-" x 150;'; done
According to results, all of them have version 5.22.1This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-li +nux-gnu-thread-multi ---------------------------------------------------------------------- +-------------------- /snap/core/3748/usr/bin/perl This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-li +nux-gnu-thread-multi ---------------------------------------------------------------------- +-------------------- /snap/core/3887/usr/bin/perl This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-li +nux-gnu-thread-multi ---------------------------------------------------------------------- +-------------------- /usr/bin/perl This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-li +nux-gnu-thread-multi ---------------------------------------------------------------------- +--------------------
None of the paths show 5.20.2, so, I don't get it, where cpan gets it from./etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Can't get Tk.pm to work
by poj (Abbot) on Jan 27, 2018 at 09:07 UTC | |
by igoryonya (Pilgrim) on Jan 29, 2018 at 10:03 UTC |