in reply to Re^5: rel="nofollow" tag syntax?
in thread rel="nofollow" tag syntax?
my $page_link; if ($val[5]) { # construct link if value is not NULL (undef) or empty my $linktext = $val[5]; $linktext = substr($linktext, 0, 27) . "..." . substr($linktext, - +10) if length($val[5]) > 40; $page_link = a ({-href => "$val[5]"}, $linktext);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: rel="nofollow" tag syntax?
by Joost (Canon) on Apr 17, 2007 at 17:03 UTC | |
by bobafifi (Beadle) on Apr 21, 2007 at 14:37 UTC |