Group
Extension

Matches 1

Finance-BankVal-UK ( U/UN/UNIFIEDSW/Finance-BankVal-UK-0.9.tar.gz, UNIFIEDSW, 2021; MetaCPAN )
Finance-BankVal-UK/lib/Finance/BankVal/UK.pm ( view source; MetaCPAN )
w(@params $size $account $error $sortcode $uid $pin &responseString $ua);
use LWP::UserAgent;
use JSON;

require Exporter;
our @ISA       = qw(Exporter);
our @EXPORT_OK = qw(bankValUK new);
our $VERSI
messages etc from the module, erors from the web servoce will be returned in $response string
my $json;    #holds the data to call the service with

#constructor
sub new {
	my $proto = shift;
	my $cla
q = HTTP::Request->new( 'POST', $url );
	$req->header( 'Content-Type' => 'application/json' );
	$req->content($json);
	my $response = $ua->request($req);

#Check the response code anything under 200 o

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.