- or download this
($self, $keyword, $keyword2, $keyword3, $keyword4, $keyword5, $keyword
+6, $domain) = (@_);
- or download this
$sub1 = $keyword;
...
$noun4 = &makeNlink($sub4, $domain);
$noun5 = &makeNlink($sub5, $domain);
$noun6 = &makeNlink($sub6, $domain);
- or download this
sub makeNlink {
...
$totallyscrewed = "<a href \= \"http\:\/\/$domain\/$tobelink\"
+>$withspaces<\/a>";
return $totallyscrewed;
}