Re: How to use GUI



V S Rawat wrote:
> perldoc tk did present the help in dos mode on my box. Does it
> mean that tk is already installed?

Almost certainly.

> Could someone please jot down one or two line perl program for
> me just to run to test whether tk is installed or not.

perl -MTk -e1

If that gives you an error, it's not installed. If it doesn't, it is.

Paul Lalli

.