in reply to Re^2: My Perl code can be understood by...
in thread My Perl code can be understood by...

Exactly. If I have a really efficient/ugly/erudite line or two of code, I comment above it that

## This is where the magic happens ##

So that (a) I can find it later, and (b) J. Random Neophyte (see gloryhack's post, below) might not screw with that line after turning off the strict pragma.