Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>

WEEK'S BEST

  • BackTrack 5 R1
  • Wine 1.2.3 / 1.4 RC3
  • Mozilla Firefox 10...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.3 LTS
  • Linux Kernel 3.2.6
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.1
  • Home > Linux > Programming > Perl Modules

    Finance::Bank::Bundesschatz 1.01

    Download button

    No screenshots available
    Downloads: 185  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Florian Helmberger | More programs
    Perl Artistic License / FREE
    November 25th, 2009, 06:29 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    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
    ", $_->[0], $balance->{$_->[1]})
     for(( [ qw/ Kontostand balance / ],
     [ qw/ Verzinsung interest / ],
     ));
     print "
    ";
     
     foreach my $detail (@$details) {
     printf("s: %s
    ", $_->[0], $detail->{$_->[1]})
     for(( [ qw/ Produkt product / ],
     [ qw/ Von from / ],
     [ qw/ Bis to / ],
     [ qw/ Verzinsung interest / ],
     [ qw/ Betrag amount / ],
     [ qw/ Zinsen interest_amount / ],
     [ qw/ KESt tax / ],
     [ qw/ Gesamt amount_after_tax / ],
     ));
     print "
    ";
     }



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Bundesschatz account | bank account | account checker | Bundesschatz | bank | account



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM