in reply to Better ways to make multi-line comments in Perl?

Here's another style, that uses the C preprocessor:
#! /usr/bin/env perl -P #if 0 this is a multi-line comment #endif