xavignu.com
Savings script
So I was thinking about writing a script to calculate the savings over a certain matter of time and came up with the following. [perl] #!/usr/bin/perl use warnings; use strict; print "What is …