Buzznet-API
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Buzznet/API.pm view on Meta::CPAN
{
my %hash = %{$buzzword};
my $buzznetBuzzword = Buzznet::Buzzword->new(%hash);
push(@buzzwords,$buzznetBuzzword);
}
}
return @buzzwords;
}
sub updateProfile
{
my $self = shift;
my $profile = shift;
return $self->sendRequest(UPDATEPROFILE,
RPC::XML::string->new($profile->password),
RPC::XML::string->new($profile->keyword),
RPC::XML::string->new($profile->fname),
RPC::XML::string->new($profile->lname),
RPC::XML::string->new($profile->email),
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.051 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )