sprintf($_[0], @_[1..$#_]) #### sprintf(shift, @_) #### perl -E 'say prototype(q{CORE::sprintf})' $@