MG SRC="4.gif">
Category list operator (i/o)
Arguments expression
Arguments handle
Arguments none
This function writes a formatted record to the file handle (or the file handle that the expression evaluates to). If no file handle is specified, the default is STDOUT; this can be altered by using select() if necessary.
A format for use by that file handle must have been declared using the format() function. This defaults to the name of the file handle being used, but other format names can be associated with the current write() operation using the $FORMAT_NAME ($~) special variable.
Category (string)
Arguments y/searchlist/replacelist/<options>
Return Value numeric
The y/// operator is a synonym for the translation operator tr///.