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