summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/h2pl/tcbreak2
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/h2pl/tcbreak2')
-rw-r--r--gnu/usr.bin/perl/h2pl/tcbreak217
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/h2pl/tcbreak2 b/gnu/usr.bin/perl/h2pl/tcbreak2
new file mode 100644
index 0000000..fcbf926
--- /dev/null
+++ b/gnu/usr.bin/perl/h2pl/tcbreak2
@@ -0,0 +1,17 @@
+#!/usr/bin/perl
+
+require 'cbreak2.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