Home This is the home page for the Perl language section 1. Simple test! This is just an example: Hello World! #!/usr/bin/env perl use warnings; use strict; my $tmp = "Hello, World!\n"; print $tmp;