perltidy software package provides Perl script indenter and reformatter, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install perltidy
perltidy is installed in your system.
Make ensure the perltidy package were installed using the commands given below,
$ sudo dpkg-query -l | grep perltidy *
You will get with perltidy package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Development |
| Package | perltidy |
| Version | 20120701-1 |
| Description | Perl script indenter and reformatter |
| Sub Section | devel |