in reply to Re^2: CPAN's perltidy to the rescue! (not for 'standards')
in thread CPAN's perltidy to the rescue!

I realize how old this node is, but as a big fan of perltidy AND someone who writes some specific stylings that perltidy can't grok, I did want to point out that you can tell perltidy not to touch specific blocks of code with:
#<<< my $code = [ 'that', 'you', 'shouldnt', 'touch' ]; #>>>

mr.nick ...