Finance::Bank::AU::StGeorge

Perl library for banking online with StGeorge
Download

Finance::Bank::AU::StGeorge Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Iain Wade
  • Publisher web site:
  • http://code.google.com/p/sc101-nbd/

Finance::Bank::AU::StGeorge Tags


Finance::Bank::AU::StGeorge Description

Perl library for banking online with StGeorge Finance::Bank::AU::StGeorge is a Perl module for banking online with StGeorge.SYNOPSIS use Finance::Bank::AU::StGeorge; my $stg = Finance::Bank::AU::StGeorge->login( card => "", pin => "", pass => "", ); foreach my $acc ($stg->accounts) { printf "%s ", $acc->balance; foreach my $hist ($acc->history) { printf "%s %s ", $hist->date, $hist->balance; } } Requirements: · Perl


Finance::Bank::AU::StGeorge Related Software