Buzznet-API
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),
( run in 0.242 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )