Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Lock an entire file with an ad ...Get the next character from th ... (Berikutnya)
Input and output functions

Declare a picture format with use by the write() function

Daftar Isi

  • format

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

    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.

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Lock an entire file with an ad ...Get the next character from th ... (Berikutnya)