Summary
Perlからttyrecを扱うモジュール.SYNOPSIS
use Term::TtyRec::Player;
use FileHandle;
# $handle is any IO::* object
my $handle = FileHandle->new('file.tty');
my $player = Term::TtyRec::Player->new($handle);
# options can be set as hashref
my $player = Term::TtyRec::Player->new($handle, {
speed => 1, nowait => undef,
});
Reference
Term-TtyRecGraphicWizardsLair - 2006-09-12 - コンソールをネット越しにライブで見せたいのであればscreen -xじゃなくてttyrecを使った方が簡単
http://www.otsune.com/diary/2006/09/12/1.html#200609121
ttyrec: ttyレコーダー
http://0xcc.net/ttyrec/
via
www.textfile.org - 2006-09-13http://d.hatena.ne.jp/textfile/20060913/tty