summaryrefslogtreecommitdiff
path: root/i/serialplot/gene.pl
blob: 8420d21bdb4d993b52583019ee3888cad7497d18 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/perl -w
use strict;
while (1)
{
	print "P11,11\n";
	print "Q22,22\n";
	print "R33,33\n";
}