Skip to content

Instantly share code, notes, and snippets.

View rloomans's full-sized avatar

Robert Loomans rloomans

View GitHub Profile
# 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];