String Perl

#!/usr/bin/perl
use warnings;
use strict;
my $name = "Tom";
print "My name is $name\n";