Business-WebMoney
view release on metacpan or search on metacpan
lib/Business/WebMoney.pm view on Meta::CPAN
}
}
return \%args;
}
sub request
{
my ($self, %args) = @_;
my $old_locale = POSIX::setlocale(&POSIX::LC_ALL, 'C');
my $res = $self->do_request(%args);
POSIX::setlocale(&POSIX::LC_ALL, $old_locale);
return $res;
}
sub do_request
{
my ($self, %args) = @_;
$self->{errstr} = undef;
$self->{errcode} = undef;
( run in 1.693 second using v1.01-cache-2.11-cpan-ceb78f64989 )