|
|
2014-08-18, 05:20 AM | #1 |
Banned
Join Date: Oct 2003
Location: About to be evicted!!!!
Posts: 4,082
|
A question for people who DO code in Perl
Does the following line in Perl make sense to you? And has Perl changed so that it used to be OK but is not any longer?
Code:
if ($temp eq '<!--#qwert93692mnbvc *-article-* copyright -->'){&ARTICLE}; To me this makes no sense, but before I call them idiots I thought I had better check that it is not me who is the idiot! |
2014-08-18, 03:05 PM | #3 |
Banned
Join Date: Oct 2003
Location: About to be evicted!!!!
Posts: 4,082
|
|
2014-08-22, 11:14 AM | #4 |
bang bang
|
If you want this solved and are fine with paying money. I'd see if you could call Ray that does strongbox and see if you can have him consult on it. Probably would have it fixed in 10-15 minutes. Guy is a perl/server god.
|
2014-08-23, 02:01 AM | #5 |
Banned
Join Date: Oct 2003
Location: About to be evicted!!!!
Posts: 4,082
|
Thanks but I don't own the server, I lease, so that is not an option. Also, it is in East Europe, so I'm guessing his travel expenses alone will be more than I can afford!
|
2014-09-04, 07:24 PM | #6 |
Well you know boys, a nuclear reactor is a lot like women. You just have to read the manual and press the right button
Join Date: Dec 2012
Posts: 152
|
Did you ever get that working?
I don't know perl, but Should the ; be after }? I am wondering if the end of line operator ; is causing problems. like so Code:
if ($temp eq '<!--#qwert93692mnbvc *-article-* copyright -->'){&ARTICLE;} Code:
if ($temp eq '<!--#qwert93692mnbvc *-article-* copyright -->'){&ARTICLE} Last edited by lezinterracial; 2014-09-04 at 07:41 PM.. |
2014-09-05, 04:19 AM | #7 | |
Banned
Join Date: Oct 2003
Location: About to be evicted!!!!
Posts: 4,082
|
Quote:
In another thread Housekeeper suggested it was a permissions problem at the server end. This makes a lot of sense to me, but as I don't have access to the server I cannot check it, and the hosting company is insisting it is a script error at my end. We solved the problem by moving the site to a different server, which I kinda think proves the theory that it is a server problem.......But the hosting company still insist it was a script error |
|
2014-09-05, 05:19 AM | #8 |
Well you know boys, a nuclear reactor is a lot like women. You just have to read the manual and press the right button
Join Date: Dec 2012
Posts: 152
|
Glad you got it fixed.
|
|
|