my $I_am_some_code = qq{a value}; =cut Hi, I am a comment. Wow, now I am a multiline comment! =cut sub I_am_more_code { print $I_am_some_code; }