Mega Code Archive
Categories
/
Perl
/
String
Sprintf function with array variable
@a = ("%s%s%s%s", "P", "e", "r", "l"); print sprintf(@a);