Tutorials Point


  Perl Home

  PERL Functions

© 2013 TutorialsPoint.COM


  Home     References     About TP     Advertising  

PERL formline Function



Advertisements

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.



Advertisements


  

Advertisements