fork(2) download
  1. #!/usr/bin/perl
  2. use 5.10.0;
  3. say for(1..10)
Success #stdin #stdout 0s 6000KB
stdin
Standard input is empty
stdout
1
2
3
4
5
6
7
8
9
10