in reply to Disable perltidy in a region?
There is a section in the perltidy documentation on how to do that. See: skipping_selected_sections_of_code
In short, you should sourrond the code you don't want modified with #<<< and #>>> tags.
In Section
Seekers of Perl Wisdom