printf

NAME

printf - output a formatted list to a filehandle


SYNOPSIS

printf FILEHANDLE LIST

printf LIST


DESCRIPTION

Equivalent to a ``print FILEHANDLE sprintf(LIST)''. The first argument of the list will be interpreted as the printf format.