Link to home
Start Free TrialLog in
Avatar of vishnucharan
vishnucharan

asked on

TO RUN A PERL/TK program?

Hi,
  I am a beginner developing a software in perl/Tk.I want to know how to run a perl/Tk program.I have installed  tk module in my system using rpm.but when i type the program and run the program i get a error the can' locate loadable object of Tk.pm in @INC.What this error means and what i should i do to rectify this error
Vishnucharan
Avatar of vishnucharan
vishnucharan

ASKER

Pleas answer this question as soon as posible
Download Tk module from
http://search.cpan.org/author/NI-S/Tk-800.024/
and install with usual cycle

tar xvzf file.tar.gz
make
make test
make install
ASKER CERTIFIED SOLUTION
Avatar of rj2
rj2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial