http://qs1969.pair.com?node_id=1024661


in reply to $_ as default printf arg fails

As per perl document, printf function used without arguments will take value of $_ and it gets printed. When you specify format, need to give LIST argument and it won't take $_ value by default.