Re: index.pl weirdness

2004-07-16 Thread Colin JN Breame
Finally figured this one out, and I'm embarrassed to say that it was the browser caching the result.  *blush* Thanks for your help, Colin Wouter van Vliet wrote: On dinsdag 13 juli 2004 18:12, Colin JN Breame wrote: Geoffrey Young wrote: Colin JN Breame wrote:

RE: index.pl weirdness

2004-07-13 Thread Wouter van Vliet
On dinsdag 13 juli 2004 18:12, Colin JN Breame wrote: > Geoffrey Young wrote: > >> Colin JN Breame wrote: >> >> >>> Hi, >>> >>> I have a problem with apache and mod_perl; >>> >>> The cgi-bin directory has many perl files in it. All execute except >>> index.pl which produces the browser Save

Re: index.pl weirdness

2004-07-13 Thread Colin JN Breame
Geoffrey Young wrote: Colin JN Breame wrote: Hi, I have a problem with apache and mod_perl; The cgi-bin directory has many perl files in it. All execute except index.pl which produces the browser Save As dialog. The content of the file saved is the content of index.pl (not something else). How

Re: index.pl weirdness

2004-07-13 Thread Geoffrey Young
Colin JN Breame wrote: > Hi, > > I have a problem with apache and mod_perl; > > The cgi-bin directory has many perl files in it. All execute except > index.pl which produces the browser Save As dialog. The content of the > file saved is the content of index.pl (not something else). > > Howev