Hi,

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to