Help for this page

Select Code to Download


  1. or download this
    my ($ldate) = (head('http://www.mydomain.here/mypage.htm'))[2];
    my ($lastdatehere) = scalar localtime($ldate);
    
  2. or download this
    <script language="Javascript">document.writeln("Web page last modified
    + on " + document.lastModified.bold())</script>