Mercurial > mercurial > hgweb_kaigo.hg.cgi
view superFC/mkgo.pl @ 6:c17740b2286a draft master
update horoi manual.
author | pyon <pyon@macmini> |
---|---|
date | Thu, 22 Jul 2021 05:58:03 +0900 |
parents | ff7a3c254956 |
children |
line wrap: on
line source
use utf8; open my $f, '<', $ARGV[1]; my $cpp = do{local $/; <$f>}; close $f; open $f, '<', $ARGV[0]; while (<$f>) { s/##### C_SOURCE #####/$cpp/; print; } close $f;