summaryrefslogtreecommitdiff
path: root/i/serialplot/gene.pl
diff options
context:
space:
mode:
authorburg2004-09-16 21:56:23 +0000
committerburg2004-09-16 21:56:23 +0000
commita71794a21bc198974ff2bd144e0a372c28b7654a (patch)
treec4da85ee14ee8b125f09fe7e678b8d6aab6fd680 /i/serialplot/gene.pl
parent4cec479dc34b237e6975c3cf232490e95a70a31e (diff)
Initial revision
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";
+}