#!/usr/bin/perl # monday_sucks.pl system("date |grep Mo >/dev/null") ; if ($? == 0) { print "Monday sucks\n" ; } [download]
edited by ybiC: balanced <code> tags
In reply to Hate Mondays by hash