Language Basics Perl

#!/usr/bin/perl 
print "Content-Type: text/html \n\n"; 
# The code below makes it easy to change numbers output by the script. 
$cars_on_lot = 100; 
print "

Welcome to AUTO!

"; 
print "

Which one of our $cars_on_lot cars is 
right for you?

\n";