![]() Topic awaiting preservation: Problem with Include file in CGI |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: |
![]() 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 |
![]() 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: |
![]() When I do that, I get this error: quote:
|
Paranoid (IV) Inmate From: Madison, Indiana, USA |
![]() |
Nervous Wreck (II) Inmate From: |
![]() 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. |