But Ubuntu is one of those distros that have had problems with an unpatched Tk version. Try to install Tk with latest patches#!/usr/bin/perl use Tk; print $Tk::VERSION,"\n"; # 1-liner # perl -mTk -e 'print $Tk::VERSION' # On Windows one needs double quotes. # perl -mTk -e "print $Tk::VERSION"
In reply to Re^7: Using GIS/Shapefiles with Perl Tk Widgets
by zentara
in thread Using GIS/Shapefiles with Perl Tk Widgets
by deadpickle
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |