Field Designator Symbols : Field « Report « Perl






Field Designator Symbols

   
Field Designator    Purpose
@                   Indicates the start of a field
@*                  Used for multiline fields
^                   Used for filling fields

   
    
    
  








Related examples in the same category

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