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?
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
Does anyone know how to invoke the linux/KDE web browser from a perl =
scrpt?