[ANNOUNCE] Finance::Bank::HDFC version 0.12
am 28.02.2006 12:55:44 von arcofdescentHi,
I would like to announce the availability of Perl module
Finance::Bank::HDFC version 0.12 on the CPAN.
From the docs:
NAME
Finance::Bank::HDFC - Interface to the HDFC netbanking service
SYNOPSIS
use Finance::Bank::HDFC;
my $bank = Finance::Bank::HDFC->new;
$bank->login(
cust_id => xxx,
password => xxx,
);
print $bank->get_balance . "\n";
$bank->logout;
DESCRIPTION
This module provides an interface to the HDFC netbanking
service at
https://netbanking.hdfcbank.com/netbanking/
Changes in v0.12:
- Module Readonly used for constants
- Added method set_timeout
- All methods die on errors
- Code cleanup
- sample script in scripts/get_balance.pl
- Added TODO file in distribution
You can read more about it and download it here:
http://search.cpan.org/~rohan/Finance-Bank-HDFC-v0.12.0/lib/ Finance/Bank/HDFC.pm
-
Rohan
http://rohan.almeida.in
*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com ***