- 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
- or download this
(/Page last updated: \<BR\>(.*)$/)
(/Page last updated: \<BR\>(.*)$/)
(/Page last updated: <BR>(.*)$/)
- or download this
$content = get($url);
print $content;
...
my ($dat) = $content =~ (/Page last updated: <BR>(.*$)/i);
print "$1\n";
print $dat;