String Perl

#!usr/bin/perl
use warnings;
use strict;
printf "This string is %s\n", "literal";