Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    Finance::Bank::DE::DeutscheBank 0.06

    Download button

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

    License / Price:

    Last Updated:

    Category:
    Wolfgang Schlueschen | More programs
    Perl Artistic License / FREE
    February 28th, 2009, 09:56 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Finance::Bank::DE::DeutscheBank description

    Checks your Deutsche Bank account from Perl

    Finance::Bank::DE::DeutscheBank is a Perl module that checks your Deutsche Bank account from Perl.

    SYNOPSIS

     use strict;
     use Finance::Bank::DE::DeutscheBank;
     my $account = Finance::Bank::DE::DeutscheBank->new(
     Branch => '600',
     Account => '1234567',
     SubAccount => '00',
     PIN => '543210',

     status => sub { shift;
     print join(" ", @_),"
    "
     if ($_[0] eq "HTTP Code")
     and ($_[1] != 200)
     or ($_[0] ne "HTTP Code");

     },
     );
     # login to account
     if ( $account->login() )
     {
     print( "successfully logged into account
    " );
     }
     else
     {
     print( "error, can not log into account
    " );
     }

     my %saldo = $account->saldo();
     print("The amount of money you have is: $saldo{ 'Saldo' } $saldo{ 'Währung' }
    ");

     # get account statement
     my %parameter = (
     period => 1,
     StartDate => "01.01.2005",
     EndDate => "02.02.2005",
     );

     my @account_statement = $account->account_statement(%parameter);

     $account->close_session;


    This module provides a rudimentary interface to the Deutsche Bank online banking system at https://meine.deutsche-bank.de/. You will need either Crypt::SSLeay or IO::Socket::SSL installed for HTTPS support to work with LWP.

    The interface was cooked up by me by having a look at some other Finance::Bank modules. If you have any proposals for a change, they are welcome !


    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Deutsche Bank | bank account | account checker | Deutsche | bank | account

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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