Data Type Perl

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