Gossamer Forum
Quote Reply
Understanding Subs
I have been looking at a lot of sub that have been mentioned on this forum, but my perl?? is not up to a hugh amount.

Take this one for instance

http://www.gossamer-threads.com/...s/Detailed/1989.html

That produces a good result, but I would like to break it down so for example I could just get the link and title and not the description.

This bit looks like the business aspect:

while (my $link = $sth->fetchrow_hashref) {
$output .= Links::SiteHTML::display('link', $link);
}

Are there any threads on this sort of thing, I have looked with little sucess. Altough it would be nice to find a solution to this it would be more prudent to know how to do it in the first place so that I could build up the output in what ever form i wanted.

Cheers
Subject Author Views Date
Thread Understanding Subs ukseo 2685 Oct 26, 2004, 4:58 AM
Thread Re: [ukseo] Understanding Subs
Andy 2613 Oct 26, 2004, 6:29 AM
Thread Re: [Andy] Understanding Subs
ukseo 2610 Oct 26, 2004, 7:46 AM
Thread Re: [ukseo] Understanding Subs
Andy 2598 Oct 26, 2004, 7:57 AM
Thread Re: [Andy] Understanding Subs
ukseo 2601 Oct 26, 2004, 8:39 AM
Post Re: [ukseo] Understanding Subs
Andy 2590 Oct 26, 2004, 8:41 AM