perl/script/EOF

提供: dsk's note
移動: 案内検索
sub html{
$printlines = <<"__EOF__";
<a href="aaa">aaa</a>
__EOF__
return $printlines;
}