Mercurial > mercurial > hgweb_golang.cgi
view src/kaigo/qtuti/mkgo.pl @ 62:a2c9a535cdd3
add watcher.go
author | pyon@macmini |
---|---|
date | Wed, 14 Oct 2020 21:30:04 +0900 |
parents | 49656dc40069 |
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;