in reply to
how to indent/pretty print perl code
The module 'B::Deparse' might help you out:
perl -MO=Deparse script.pl
[download]
However, it may fail from time to time...
Autark.
Comment on
Re: how to indent/pretty print perl code
Download
Code
In Section
Seekers of Perl Wisdom