View Single Post
Old 2014-09-04, 07:24 PM   #6
lezinterracial
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;}
Or just remove the semicolon?
Code:
if ($temp eq '<!--#qwert93692mnbvc *-article-* copyright -->'){&ARTICLE}

Last edited by lezinterracial; 2014-09-04 at 07:41 PM..
lezinterracial is offline   Reply With Quote