in reply to Using sprintf
and that is not a syntax error or any kind of violation of strictures or warnings, despite the fact that it is something you would never really want to do (i.e. passing a hash reference as the first and only parameter to sprintf).sprintf( {"string1", $string2} )
|
|---|