Added some small boring scripts and programs writen in few last years
[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.241985 seconds and 4 git commands to generate.