Help for this page
#!/usr/bin/perl ... foo; print "$n1\n"; print "$n2\n";
10 20 11 21
my $bar = 2; { print "Hi \$bar ($bar), good to see you.\n"; }