Gossamer Forum
Home : Products : Gossamer Links : Discussions :

detailed user info with their links

Quote Reply
detailed user info with their links
hello
which Global do I need to create user info with the links they own???

I have only this global:

sub {
my $tags = shift;
my $user_db = $DB->table('Users');
my $user = $tags->{Username};
my $user_info = $user_db->get($user, 'HASH');
return $user_info;
}

this creates all the info from the user table, now I want to have a list of all links the user owns.