in reply to
Using sprintf
Function calls use round parenthesis in Perl, so just write
sprintf(...)
instead of
sprintf{...}
.
See also
perlsyn
.
Comment on
Re: Using sprintf
Select
or
Download
Code
In Section
Seekers of Perl Wisdom