fork download
  1. #!/usr/bin/perl
  2.  
  3. use strict;
  4. use warnings;
  5.  
  6. fork while fork;
Success #stdin #stdout 0s 4684KB
stdin
Standard input is empty
stdout
Standard output is empty