http://qs321.pair.com?node_id=99532


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

This sounds like more of a php question than a perl question, but either way, there is not enough info given to make that determination or to offer any suggestions. when you submit the search, does it call search.phtml, or does it call the perl script directly? what's output by the perl script?
sorry, there's just not enough info..
-Syn0

Replies are listed 'Best First'.
Re: Re: sorry guys - try this one: perl, phtml and apache - please read
by Mac (Acolyte) on Jul 25, 2001 at 07:46 UTC
    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.