At 10:41 16.04.2002, Murugan K wrote:
>Hi
> I am new to mod_perl and i am developing some samples using
>mod_perl .
>While developing sample , i do not want to restart the server
>frequently with respect to my changes.
>
>So i used the $r->header_out("Pragma", "no-cache"); statement not
>to cache the results. i seems to be not working for me .
>
>Any suggestions and how to include the directives in the server side
>not to cache the results.
Your problem isn't that the browser caches the results, but that mod_perl
caches your code. I suppose you are using Apache handlers, so you should
look into some module reloading mechanism such as Apache::StatINC. See the
Guide ( http://perl.apache.org/guide/ ):
http://thingy.kcilink.com/modperlguide/porting/Using_Apache_StatINC_for_the_De.html
--
Per Einar Ellefsen
[EMAIL PROTECTED]