http://qs321.pair.com?node_id=39628


in reply to how to indent/pretty print perl code

The module 'B::Deparse' might help you out:
perl -MO=Deparse script.pl
However, it may fail from time to time...

Autark.