summaryrefslogtreecommitdiff
path: root/i/serialplot/gene.pl
diff options
context:
space:
mode:
Diffstat (limited to 'i/serialplot/gene.pl')
-rw-r--r--i/serialplot/gene.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/i/serialplot/gene.pl b/i/serialplot/gene.pl
new file mode 100644
index 0000000..8420d21
--- /dev/null
+++ b/i/serialplot/gene.pl
@@ -0,0 +1,8 @@
+#!/usr/bin/perl -w
+use strict;
+while (1)
+{
+ print "P11,11\n";
+ print "Q22,22\n";
+ print "R33,33\n";
+}