Topic awaiting preservation: Problem with Include file in CGI (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: |
posted 02-22-2004 21:33
This is really strange and I'm not that good with PERL. I have a chat program I purchased a number of years back. I had it working on an old hosting account I had. I am trying to reimplement the program on a new host. |
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 02-23-2004 18:35
Are you sure that /usr/home/acount_name/public_html/cgi-bin/ is the correct path to your account? code: use lib /usr/home/acount_name/public_html/cgi-bin/
|
Nervous Wreck (II) Inmate From: |
posted 02-24-2004 21:27
When I do that, I get this error: quote:
|
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 02-25-2004 19:24 |
Nervous Wreck (II) Inmate From: |
posted 02-26-2004 21:16
I recieved the original error code. I do appreciate your help. I'm going to write a PHP version since I'm thinking that this is a compatability problem between versions of PERL. |