Language Basics Perl

#!/usr/local/bin/perl 
$\ = "\n"; 
print ("Here is one line."); 
print ("Here is another line.");