in reply to Re: sorry guys - try this one: perl, phtml and apache - please read
in thread sorry guys - try this one: perl, phtml and apache - please read

Umm no not really. I did manage a dead simple workaround thou...

OPEN (IN, "/tmp/include.inc");
while (<IN>){ print;}
close IN;

does exactly what the include tag does.
  • Comment on Re: Re: sorry guys - try this one: perl, phtml and apache - please read