I have the following tables: PROJECTS - project_id, name EMPLOYEES - employee_id, name SALARY - employee_id, date, per_hour
what is the right way to get here a beautiful output ( all lines the same indent )? #!/usr/bin/env perl