in reply to Re: Re: Block comments with POD commands
in thread Block comments with POD commands
If it's to be a permanent comment, I stick with using #.
If I'm just commenting out code temporarily, I use =cut.
=cut my $code = "I wish to comment"; =cut
|
---|