The following module was proposed for inclusion in the Module List:

  modid:       Finance::Loan
  DSLIP:       RdpOp
  description: Allows one to access properties about a loan
  userid:      ZAKZ (Zachary Zebrowski)
  chapterid:   23 (Miscellaneous_Modules)
  communities:
    comp.lang.perl.modules

  similar:

  rationale:

    NAME Finance::Loan - Calculates monthly payment, interest paid, and
    unpaid balance on a loan. v0.02 SYNOPSIS use Finance::Loan; my $loan
    = new
    Finance::Loan(principle=>1000,interest_rate=>.07,number_of_months=>36);
    # 7% interest rate my $monthlyPayment = $loan->getMonthlyPayment();
    my $interestPaid=$loan->getInterestPaid(); my $balanceAfterPaymentN
    = $loan->balanceAfterPayementN(n);

  enteredby:   ZAKZ (Zachary Zebrowski)
  enteredon:   Fri Jun  7 13:58:59 2002 GMT

The resulting entry would be:

Finance::
::Loan            RdpOp Allows one to access properties about a loan ZAKZ


Thanks for registering,
The Pause Team

PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=2f100000_e156bf455cede653&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=2f100000_e156bf455cede653&SUBMIT_pause99_add_mod_insertit=1

Reply via email to