my $cmd = q{/bin/date | awk 'BEGIN {FS=" "}{print $3}'}; my $day = `$cmd`;