Mega Code Archive

 
Categories / Perl / Language Basics
 

The startup line tells the shell where Perl is located

#!/usr/bin/perl # My first Perl script print "Hello to you and yours!\n";