#! /usr/bin/perl system ("date"); if (`date` =~ /^S/) { print "Go play!\n"; } else { print "Get to work!\n"; }