Help for this page
#!perl use strict; ... my $format = "${name}%0${length}d"; return map sprintf( $format, $_ ), $from .. $to; }