nevermind, it is now gone I changed nothing , could not replicate problem. for the skeptics let me say that i had tested this several times before posting, and the only thing that made a difference was restarting apache.
but now problem is afraid, and in hiding. -- vish On 12 October 2011 12:34, Avishalom Shalit <[email protected]> wrote: > [I am writing a short throwaway script] > and reading a varaible from a file with > > do "filename" ; > > this variable was written to the file with > print Dumper($var) > > --- > now , inside the program i change the var, and dump it back > print Dumper($var); > > the file is changed on the disk, > > but when i reload the page, > the file is read off some cache, because it is the old version of $var. > > question 1 : hhuuhhh? how do i circumvent this. (who is the culpable party) > question 2, an aside. my script and files are in c:/xampp/htdocs/ > which is the document root for the server. > but the "filename" i use is "htdocs/filename" , who told apache that > the file root is /xampp/ ? where do i change that. > > thanks > > > > > -- vish > _______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
