in reply to More than One Line Comment

Just put hashes in front of each line (personally I use ## as it makes things stand out a bit more, but that's just me). Or see perldoc perlpod.

Replies are listed 'Best First'.
Re^2: More than One Line Comment
by perl_devel (Friar) on May 12, 2005 at 13:24 UTC
    Use Pod comments ==pod All the lines under this will not get executed ==cut

      Erm, ITYM =pod and =cut (as perldoc perlpod that I referred to above would explain . . . ). And <code> tags might help your example.