#! /usr/bin/perl -w use strict; use diagnostics; my $n=42; printf "%05d\n", $n;