Help for this page
#!/usr/bin/perl -w ... } print "After loop: \$a=$a\n";
sub myLoop( 1 ) { ... } print "After loop: \$a=5\n";