From a71794a21bc198974ff2bd144e0a372c28b7654a Mon Sep 17 00:00:00 2001 From: burg Date: Thu, 16 Sep 2004 21:56:23 +0000 Subject: Initial revision --- i/serialplot/gene.pl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 i/serialplot/gene.pl (limited to 'i/serialplot/gene.pl') 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"; +} -- cgit v1.2.3