Welcome to mirror list, hosted at ThFree Co, Russian Federation.

filter-stdout « mert.hgdecode-denseonly « tests - github.com/moses-smt/moses-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1212cc873fca13185a4be7c7983adf45573fc0d7 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/perl

$x=0;
while (<>) {
  chomp;
  $x++;
  print "STDOUT_$x=$_\n";
}