#!/usr/bin/perl use strict; use warnings; use Text::Autoformat; $/ = ''; my $formatted = ; autoformat $formatted; print $formatted; __DATA__ 1. Analyze problem 3. Design algorithm 1. Code solution 5. Test 4. Ship