a3be06fdd618d0ab6df19131d53412c81f425c0d
[mirrors/Programs.git] / c / tv-b-gone / parsecode.pl
1 #!/usr/local/bin/perl
2
3
4 foreach $line (<STDIN>) {
5 if ($line =~ /(\d+)\s+(\d+)/) {
6 print "{$1,\t$2},\n";
7 }
8 }
This page took 0.297518 seconds and 5 git commands to generate.