跳转至内容

Perl 编程/关键字/format

来自维基教科书,开放的书籍,构建开放的世界
上一个:foreach 关键字 下一个:formline

Theformatkeyword

[编辑 | 编辑源代码]

Theformat命令声明一个图片格式,供 write 函数使用。

  format
    format Something =
        Test: @<<<<<<<< @||||| @>>>>>
              $str,     $%,    '$' . int($num)
    .
    $str = "widget";
    $num = $cost/$quantity;
    $~ = 'Something';
    write;
上一个:foreach 关键字 下一个:formline
华夏公益教科书