fork download
  1. #!/usr/bin/perl
  2.  
  3. while (($_=<>)!=42) {print $_;}
Success #stdin #stdout 0s 5284KB
stdin
1
2
10
42
11
stdout
1
2
10