http://qs1969.pair.com?node_id=515493


in reply to What one-liners do people actually use?

perl -le 'print `date`=~/Fri/ ? "woohoo" : "boohoo"'

:)