Help for this page
#!/usr/bin/perl use strict; ... print foo($code); print "why blank line above?\n";
sub foo { my $code = shift; ... $code END_MSG }