Help for this page
perl file 1.pl ... my $var1 = "hello"; my $var2 = " perl!";
perl 2.pl ... print $var1; print $var2;