perl/Tk

2003-07-30 Thread Frank B. Ehrenfried
I have downloaded the perl/tk module Tk804.02 from CPAN.ORG. I've unzipped and untarred it and placed it and it sub-directories uner "/". But my perl script can not find it. I get the response "Cann't locate Tk.pm in @INC". What to do?

Re: How to invoke the Linux KDE browser?

2003-07-11 Thread Frank B. Ehrenfried
rd goes here"; $ftp->login($userName, $passWord) or die "Could not log in.\n"; my $localFile = "cgi1.html"; $ftp->put($localFile) or die "Can not put file. \n"; (Now the rest of the code for invoking the brwser goes here!) On Thursday 1

How to invoke the Linux KDE browser?

2003-07-10 Thread Frank B. Ehrenfried
Does anyone know how to invoke the linux/KDE web browser from a perl = scrpt?