String Perl

#!usr/bin/perl
use warnings;
use strict;
printf "%c is ASCII value 65 and %c is value 66\n", 65, 66;