Help for this page

Select Code to Download


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