Finance-Bank-Halifax-Sharedealing

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

This archive contains Finance::Bank::Halifax::Sharedealing, a Perl module
for accessing Halifax Sharedealing accounts.

PREREQUISITES

You will need to have the following Perl modules installed to use this
module: 

	WWW::Mechanize
	HTML::TokeParser
	Either Crypt::SSLeay or IO::Socket::SSL

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

lib/Finance/Bank/Halifax/Sharedealing.pm  view on Meta::CPAN

        print "\n";
    }

    $sd->log_out();

=head1 DESCRIPTION

This module provides an interface to the Halifax online share dealing
service at L<https://www.halifaxsharedealing-online.co.uk/>. It requires
C<WWW::Mechanize>, C<HTML::TokeParser>, and either C<Crypt::SSLeay> or
C<IO::Socket::SSL>.

=head1 METHODS

=cut

# Global constants - these will only change if Halifax reorganise their
# share dealing site.

# URL of the login page
use constant LOGIN_PAGE => 'https://www.halifaxsharedealing-online.co.uk/_mem_bin/formslogin.asp';



( run in 0.518 second using v1.01-cache-2.11-cpan-4d50c553e7e )