Hi,

Not related to Linux. I hope you have filtered this out if not interested :-)
But those with a HDFC a/c may benefit.

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 from:
http://search.cpan.org/~rohan/Finance-Bank-HDFC-0.01/lib/Finance/Bank/HDFC.pm

-
Rohan
http://rohan.almeida.in

--
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to