- or download this
<title>[% sitename %]::[% title %]</title>
<base href="[% baseurl%]" />
...
</head>
<body id="[% pagename %]">
<div id="container">
- or download this
my $emv = Email::Valid->new();
$emv->tldcheck(1);
$emv->mxcheck(1);
$addr = $emv->address(-address => $addr) if $addr;
- or download this
/usr/local/share/perl/5.8.8/CGI