#!/usr/bin/env perl use strict; use warnings; print sprintf "%02d\n", $_ for (0..20);