summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/h2pl/tcbreak
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/h2pl/tcbreak')
-rw-r--r--gnu/usr.bin/perl/h2pl/tcbreak17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/h2pl/tcbreak b/gnu/usr.bin/perl/h2pl/tcbreak
new file mode 100644
index 0000000..2677cc9
--- /dev/null
+++ b/gnu/usr.bin/perl/h2pl/tcbreak
@@ -0,0 +1,17 @@
+#!/usr/bin/perl
+
+require 'cbreak.pl';
+
+&cbreak;
+
+$| = 1;
+
+print "gimme a char: ";
+
+$c = getc;
+
+print "$c\n";
+
+printf "you gave me `%s', which is 0x%02x\n", $c, ord($c);
+
+&cooked;
OpenPOWER on IntegriCloud