CPU: Perl, Fall 2005 Perl, Week 1: Intro to Perl, Scalars #16

Try it

#!/usr/bin/perl
print 'Hello', "\n";
print 'Back\\Slash', "\n";
Copyright © 2005 Ian Langworth