fork(1) download
  1. #!/usr/bin/perl
  2.  
  3. foreach $i (1..10) {
  4. print($i);
  5. }
Success #stdin #stdout 0s 6044KB
stdin
Standard input is empty
stdout
12345678910