in reply to Re: Which is your favourite cmt-deserving Perl feature?
in thread Which is your favourite cmt-deserving Perl feature?

# If not already done, initialize $something using whatever() $something ||= whatever();

I have to admit that this is the sort of comment I hate :-) It doesn't tell me anything that the code doesn't.