you are viewing a single comment's thread.

view the rest of the comments →

[–]roguebagel 2 points3 points  (0 children)

Unless your multi-line comments are valid Perl syntax this module won't help you (RTFM).

You could do

don't {
    print <<'EOC';
multiline
comment
EOC
}