fork(1) download
  1. $ARGV[0]=~/^( *)/;my@a=(7,8,3..5,0,6);my$b=($a[length$1]+2006);print"Your calendar is for $b.\nIt's almost 2015.\n".($b-2014?"You're ".2014-$b." years behind.\nGo buy a new calendar!":"")
Success #stdin #stdout 0s 3564KB
stdin
 ######
#######
#######
#######
####   
stdout
Your calendar is for 2013.
It's almost 2015.
-2013 years behind.
Go buy a new calendar!