xref
: /
trunk
/
main
/
sfx2
/
util
/
mkdemo.pl
(revision cdf0e10c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
binmode
stdin
;
2
binmode
stdout
;
3
while
(<>)
4
{
5
s
/t(lxsayshere)/\x0\1/
;
6
print
$
_
;
7
}
8