#!/usr/local/bin/perl -wl use strict; sub my_printf { my $text = shift; my $arg; while ($arg = shift) { $text =~ s/(?