s/^(\d+)/("0"x(8-length).$1)/xe and print or s/^(\w)/("\x20"x(8-length).$1)/xe and print for @ARGV;