I hereby claim:
- I am rloomans on github.
- I am rloomans (https://keybase.io/rloomans) on keybase.
- I have a public key ASB_PYjG25A-314uKlel3Juqc-0ReqCaTQDSLokhY6TiEwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # To check if this is up-to-date with the tax rates go to | |
| # http://www.expatax.nl/tax_rates_2013.php and see if there's anything | |
| # newer there. | |
| use strict; | |
| use warnings; | |
| use Text::TabularDisplay; | |
| use List::Util qw(sum); | |
| my $start = 30_000 || $ARGV[0]; | |
| my $end = 100_000 || $ARGV[1]; |