[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

Reply via email to