The startup line tells the shell where Perl is located.
#!/usr/bin/perl # My first Perl script print "Hello to you and yours!\n";