#!/usr/bin/perl # monday_sucks.pl system("date |grep Mo >/dev/null") ; if ($? == 0) { print "Monday sucks\n" ; }
edited by ybiC: balanced <code> tags
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Hate Mondays
by projekt21 (Friar) on Aug 01, 2003 at 16:49 UTC | |
by hash (Scribe) on Aug 01, 2003 at 17:22 UTC | |
by projekt21 (Friar) on Aug 01, 2003 at 17:37 UTC | |
(jeffa) Re: Hate Mondays
by jeffa (Bishop) on Aug 02, 2003 at 13:25 UTC |