Copyright © tutorialspoint.com

PERL formline Function


Syntax

formline PICTURE, LIST


Definition and Usage

An internal function used by the format function and related operators. It formats LIST according to the contents of PICTURE into the output accumulator variable $^A. The value is written out to a filehandle when a write is done.

Return Value

  • Always returns 1

Example

NA.


Copyright © tutorialspoint.com