#!/usr/bin/perl -wuse strict;print "using a string literal:\n";print `date`;print "backquotes error status: $?\n";