Modules

  • ABCDE
  • FGHIL
  • MNOPS
  • TUX

Tools

format

Perl 5 version 26.0 documentation
Recently read

format

  • format

    Declare a picture format for use by the write function. For example:

    1. format Something =
    2. Test: @<<<<<<<< @||||| @>>>>>
    3. $str, $%, '$' . int($num)
    4. .
    5. $str = "widget";
    6. $num = $cost/$quantity;
    7. $~ = 'Something';
    8. write;

    See perlform for many details and examples.