version 1.3, 2003/09/02 15:43:01
|
version 1.5, 2003/09/02 15:46:48
|
Line 71 for (@pages) {
|
Line 71 for (@pages) {
|
|
|
$content .= "</ul>\n"; |
$content .= "</ul>\n"; |
|
|
my $index = replaceText("Install LON-CAPA", "Install LON-CAPA", |
$content .= <<'POSTLUDE'; |
$content); |
|
|
|
$content .= <<POSTLUDE; |
|
<hr /> |
<hr /> |
<a name="download" /> |
<a name="download" /> |
<h3>Downloading LON-CAPA</h3> |
<h3>Downloading LON-CAPA</h3> |
Line 122 the current version of LON-CAPA as descr
|
Line 119 the current version of LON-CAPA as descr
|
|
|
POSTLUDE |
POSTLUDE |
|
|
|
my $index = replaceText("Install LON-CAPA", "Install LON-CAPA", |
|
$content); |
|
|
print INDEX $index; |
print INDEX $index; |
close INDEX; |
close INDEX; |
|
|