#!/usr/bin/perl use strict; use warnings; print "hi", "\n"; =pod =head1 HASHBANG Start your scripts with #!/usr/bin/perl. =cut __END__