|
Posted by Rohan R. Almeida on November 22, 2005, 1:57 pm
Please log in for more thread options
Hi,
I would like to announce the availability of Perl module
Finance::Bank::HDFC version 0.01 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/
You can read more about it and download it <a
href="http://search.cpan.org/~rohan/Finance-Bank-HDFC-0.01/lib/Finance/Bank/HDFC.pm">here</a>
-
Rohan
http://rohan.almeida.in
|