in reply to Re: Data::Dumper and printfin thread Data::Dumper and printf
DB<108> prototype "CORE::sprintf" => "\$\@" DB<109> prototype "CORE::printf" => undef [download]
so sprintf @array will evaluate the array in scalar context, such that now the number of elements will be interpreted as format string...
Cheers Rolf