sub foo { my $code = shift; chomp $code; return <<"END_MSG"; Add the code $code END_MSG }