Valid value-field formats. : Field « Report « Perl






Valid value-field formats.

   
Field               Value-field format 
@<<<                Left-justified output 
@>>>                Right-justified output 
@|||                Centered output 
@##.##              Fixed-precision numeric 
@*                  Multiline text 

   
    
    
  








Related examples in the same category

1.Format Field Types
2.Multiline fields
3.Split a long field over multiple lines
4.Field Designator Symbols
5.Field Display Symbols
6.Different types of fields
7.Writes a string using the multiline field format.
8.Using value fields to print output.
9.Limitations of the @* value field.
10.A program that uses a value field that does formatting.