Download here

NAME

mortgage_calculator.pl -- simple mortgage calculator CGI

SYNOPSIS

Call as a CGI. Modify the insides however you like.

DESCRIPTION

This is a simple program, meant to run as a CGI, that implements a loan calculator. The calculations are for loans amortized according to what I've been led to believe is the usual algorithm for loans in the USA.

It seems to work just fine -- but if you use this calculator, or any of the data from it, you do so entirely at your own risk.

In other words:

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

But let me know if it gives you any problems, OK?

COPYRIGHT

Copyright (c) 1999 Sean M. Burke. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Sean M. Burke sburke@cpan.org