in reply to puzzle: how many ways to make $100
perl -e 'print sub { "Hello @{[shift]}!\n" }->("World")' [download]