inquiry-perltk

2003-12-30 Thread awongxi
I am running linux redhat ver 8. perl v5.8.0. I downloaded perltk from: http://xbeams.chem.yale.edu/~loria/perltk.html and rpm it. I then tried to run the example script from http://www.pconline.com/~erc/perltk.htm but I am getting this error msg: Can't locate auto/Tk/findINC.al in @INC (@INC c

perlTk/inquiry

2003-12-30 Thread awongxi
I am running linux redhat ver 8. perl v5.8.0. I downloaded perltk from: http://xbeams.chem.yale.edu/~loria/perltk.html and rpm it. I then tried to run the example script from http://www.pconline.com/~erc/perltk.htm but I am getting this error msg: Can't locate auto/Tk/findINC.al in @INC (@INC c

apache...

2003-07-25 Thread awongxi
why is it that when I put something under /cgi-bin and try to acces it localhost/cgi-bin then it allways tells me that The requested URL /cgi-bin/w2h/w2h.start was not found on this server. but the file IS there.. is it because it is looking for under html so the path it is trying to locate is

apache/cgi/script/beguinner

2003-07-25 Thread awongxi
I am trying to run a perl cgi script for the first time... under linux redhat8. my apache works fine. localhost gives me the test page. I have this script (very usual) #! /usr/bin/perl #!/usr/local/bin/perl # hello.pl - My first CGI program print "Content-Type: text/html\n\n"; # Note there is a