Finance::Bank::AllianceAndLeicester

Check your Alliance & Leicester bank accounts from Perl
Download

Finance::Bank::AllianceAndLeicester Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ian Bissett
  • Publisher web site:
  • http://search.cpan.org/~bisscuitt/

Finance::Bank::AllianceAndLeicester Tags


Finance::Bank::AllianceAndLeicester Description

Check your Alliance & Leicester bank accounts from Perl Finance::Bank::AllianceAndLeicester is a class that can be used to check your Alliance & Leicester bank accounts from Perl.SYNOPSIS use Finance::Bank::AllianceAndLeicester; my @accounts = Finance::Bank::AllianceAndLeicester->check_balance( customerid => '012345678912', pin => '12345', memorable => 'mybirthplace', phrase => 'my unique phrase' ); foreach (@accounts) { printf "s( s): GBP %8.2f (Overdraft: GBP %8.2f Available: GBP %8.2f) ", $_->{account}, $_->{name}, $_->{balance}, $_->{overdraft}, $_->{available_balance} ; }This module provides a rudimentary interface to the Alliance & Leicester online banking system at https://www.mybank.alliance-leicester.co.uk/.DEPENDENCIESYou will need either Crypt::SSLeay or IO::Socket::SSL installed for HTTPS support to work with LWP. This module also depends on WWW::Mechanize and HTML::TokeParser for screen-scraping. Requirements: · Perl


Finance::Bank::AllianceAndLeicester Related Software