perl/script/EOF

提供: dsk's note
< perl
2015年3月29日 (日) 15:46時点におけるDsk (トーク | 投稿記録)による版 (ページの作成:「<syntaxhighlight lang="perl"> sub html{ $printlines = <<"__EOF__"; <a href="aaa">aaa</a> __EOF__ return $printlines; } </syntaxhighlight>」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索
sub html{
$printlines = <<"__EOF__";
<a href="aaa">aaa</a>
__EOF__
return $printlines;
}