#!/usr/local/bin/perl printf("
\n");
while (<>) {
    s/([\w\.\-]+)\.html/$1<\/a>/g;
    print;
}
printf("
\n");