in reply to Re^7: rel="nofollow" tag syntax?
in thread rel="nofollow" tag syntax?

Still not getting this :-|
Is there a way that I can modify the line
$page_link = a ({-href => "$val[5]"}, $linktext); without using the print function at this point in the script? Something like this perhaps? (but that works ;-)
$page_link = a({-href => $val[5], -rel => 'nofollow'}, $linktext);


Thanks,
-Bob

bobafifi.com