Help for this page

Select Code to Download


  1. or download this
    <SCRIPT LANGUAGE="JavaScript">
    document.write("<font face=arial size=1>Page last updated:
     " + "<br>" + document.lastMod<FONT face=arial size=1>
    Page last updated: <BR>Wednesday, May 08, 2002 14:53:02
    
  2. or download this
    (/Page last updated: \<BR\>(.*)$/)
    (/Page last updated: \<BR\>(.*)$/)
    (/Page last updated: <BR>(.*)$/)
    
  3. or download this
    $content = get($url);
    print $content;
    ...
    my ($dat) = $content =~  (/Page last updated: <BR>(.*$)/i);
    print "$1\n";
    print $dat;