in reply to More than One Line Comment

pod is your friend:
=for comment multiline comment goes here =cut
and anyway, you can make multiline comments placing monoline ones contiguosly... that is the most common way of doing it!
# multiline # comment # goes # here
any good editor will let you comment/uncomment full blocks with a few key strokes if that is the problem