Perl 编程/关键字/format
外观
上一个:foreach | 关键字 | 下一个:formline |
Theformat命令声明一个图片格式,供 write 函数使用。
format
format Something =
Test: @<<<<<<<< @||||| @>>>>>
$str, $%, '$' . int($num)
.
$str = "widget";
$num = $cost/$quantity;
$~ = 'Something';
write;
上一个:foreach | 关键字 | 下一个:formline |