Html, hyperlink , perl, reload
        Posted  
        
            by 
                Catarrunas
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Catarrunas
        
        
        
        Published on 2011-01-17T16:47:25Z
        Indexed on 
            2011/01/17
            16:53 UTC
        
        
        Read the original article
        Hit count: 322
        
Hello, i have a small site in html, that calls certain functions in perl. The site has 2 pages. Page A and B.
My problem is when i go from paga B to A or vice-versa, the content of the page isn't reloaded. So if i change something in page B and then go to page A, i still have the content before my changes.
How can i allways force the reload and especially the execution on the perl functions that read from files?
Thanks.
© Stack Overflow or respective owner