-
-
25 Jul 2009 18:46:08 UTC
- Distribution: Finance-Bank-LloydsTSB
- Module version: 1.35
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (433 / 1 / 0)
- Kwalitee
Bus factor: 0- 24.02% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (8.86KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- HTML::ElementTable
- HTML::TableExtract
- HTML::TreeBuilder
- WWW::Mechanize
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Finance::Bank::LloydsTSB::Account -
SYNOPSIS
synopsis
DESCRIPTION
description
fetch_statement
Fetches a Finance::Bank::LloydsTSB::Statement object representing the latest statement page.
download_statement($year, $month, $day, $duration)
Downloads a statement in QIF format for time period starting on the given date, and returns it in a scalar.
Duration options are taken from the website's HTML:
<option value="1">This date only</option> <option value="2">+/- 1 week</option> <option value="3">+/- 2 weeks</option> <option value="4">+/- 3 weeks</option> <option value="5">+ 1 month</option> <option value="6">+ 2 months</option> <option value="7">+ 3 months</option>
e.g. 5 for 1 month's worth of QIF transactions.
Module Install Instructions
To install Finance::Bank::LloydsTSB, copy and paste the appropriate command in to your terminal.
cpanm Finance::Bank::LloydsTSB
perl -MCPAN -e shell install Finance::Bank::LloydsTSB
For more information on module installation, please visit the detailed CPAN module installation guide.