Help for this page
sub foo { 'foo'; }
print(foo(),"\n"); ... 'bar'; } }
print(foo(),"\n"); ... } print STDERR 'fooed'; }