Finance::Bank::Bundesschatz

Check your Bundesschatz accounts from Perl
Download

Finance::Bank::Bundesschatz Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Florian Helmberger
  • Publisher web site:
  • http://search.cpan.org/~florian/

Finance::Bank::Bundesschatz Tags


Finance::Bank::Bundesschatz Description

Check your Bundesschatz accounts from Perl Finance::Bank::Bundesschatz is a Perl module that provides a basic interface to the online banking system of Bundeschatz.at at http://www.bundesschatz.at.Please note, that you will need either Crypt::SSLeay or IO::Socket::SSL installed for working HTTPS support of LWP.SYNOPSIS # look for this script in the examples directory of the # tar ball (balance.pl). use Finance::Bank::Bundesschatz; use strict; use warnings; my $agent = Finance::Bank::Bundesschatz->new( account => 'XXX', pass => 'XXX', return_floats => 1, ); my $balance = $agent->check_balance; my $details = $agent->get_details; printf("s: %s ", 'Kontonummer', $agent->account); printf("s: %s ", $_->, $balance->{$_->}) for(( , , )); print " "; foreach my $detail (@$details) { printf("s: %s ", $_->, $detail->{$_->}) for(( , , , , , , , , )); print " "; } Requirements: · Perl


Finance::Bank::Bundesschatz Related Software