in reply to
problem installing Tk.pm
Is one of the directories listed as being in
@INC
the directory you put Tk.pm into? If not, then you need to tell Perl where to look, by putting
use lib your/path;
[download]
before you have
use Tk;
[download]
(where "your/path" is the directory where you put Tk.pm).
§
George Sherston
Comment on
Re: problem installing Tk.pm
Select
or
Download
Code
In Section
Seekers of Perl Wisdom