Finance::Bank::AU::StGeorge - Perl library for banking online with StGeorge


Finance-Bank-AU-StGeorge documentation  | view source Contained in the Finance-Bank-AU-StGeorge distribution.

Index


NAME

Top

Finance::Bank::AU::StGeorge - Perl library for banking online with StGeorge

SYNOPSIS

Top

  use Finance::Bank::AU::StGeorge;

  my $stg = Finance::Bank::AU::StGeorge->login(
    card => "",
    pin  => "",
    pass => "",
  );

  foreach my $acc ($stg->accounts)
  {
    printf "%s\n", $acc->balance;

    foreach my $hist ($acc->history)
    {
      printf "%s %s\n", $hist->date, $hist->balance;
    }
  }

DESCRIPTION

Top

Stub documentation for Finance::Bank::AU::StGeorge, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited.

Blah blah blah.

EXPORT

None by default.

SEE ALSO

Top

Mention other useful documentation such as the documentation of related modules or operating system documentation (such as man pages in UNIX), or any relevant external documentation such as RFCs or standards.

If you have a mailing list set up for your module, mention it here.

If you have a web site set up for your module, mention it here.

AUTHOR

Top

Iain Wade, <iwade@optusnet.com.au>

COPYRIGHT AND LICENSE

Top


Finance-Bank-AU-StGeorge documentation  | view source Contained in the Finance-Bank-AU-StGeorge distribution.