in reply to Re^2: sprintf and decimalsin thread sprintf and decimals
sub sprintf { usage "sprintf(pattern,args)" if @_ == 0; CORE::sprintf(shift,@_); } [download]
So I would say "yes" :-)