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 1.016 second using v1.01-cache-2.11-cpan-a1d94b6210f )