in reply to Re: What one-liners do people actually use?in thread What one-liners do people actually use?
perl -le'print localtime =~ /Fri/ ? "w" : "b", "oohoo"' [download]
perl -le'print 5 == (localtime)[6] ? "w" : "b", "oohoo"' [download]