Path to this page:
./
devel/p5-IO-Stty,
Perl class for I/O on tty devices
Branch: pkgsrc-2008Q4,
Version: 0.02nb4,
Package name: p5-IO-stty-0.02nb4,
Maintainer: pkgsrc-usersThe two perl items in this package are an stty shell script and a
module for setting terminal parameters. to use the Stty.pm module stuff it in
your $PERL_LIB_DIR/site_perl/IO directory. In your scripts do:
use IO::Stty;
IO::Stty::stty(\*TTYHANDLE, @modes);
This has not been tailored to the IO::File stuff but will work with it as
indicated. Before you go futzing with term parameters it's a good idea to grab
the current settings and restore them when you finish.
Required to run:[
lang/perl5]
Master sites: (Expand)
SHA1: 54373d8f416a44c5f3bd37fb9aeafd21762e5c69
RMD160: 624f1c434e2f891545ca4516c9d56005586ff511
Filesize: 6.854 KB
Version history: (Expand)
- (2009-01-06) Package added to pkgsrc.se, version p5-IO-stty-0.02nb4 (created)